From 3a90b2b8650421409200fd508535fdce0ad5cb65 Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 12 Dec 2017 09:37:35 +0100 Subject: [PATCH] txt2man: add version 1.6.0 Small utility to create man pages. See: https://github.com/mvertes/txt2man --- txt2man.be0 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 txt2man.be0 diff --git a/txt2man.be0 b/txt2man.be0 new file mode 100755 index 000000000..df931240b --- /dev/null +++ b/txt2man.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION txt2man-1.6.0-0 + +SRCURL[0]="https://github.com/mvertes/txt2man/archive/txt2man-${PKGVERSION}.tar.gz" + +PATCHURL[0]="" + +# BEE_CONFIGURE=compat + +# BEE_BUILDTYPE= + +# EXCLUDE=() + +# build_in_sourcedir + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +mee_build() { + bee_build prefix=${PREFIX} +} + +mee_install() { + bee_install prefix=${D}/${PREFIX} +}