Skip to content

Commit

Permalink
txt2man: add version 1.6.0
Browse files Browse the repository at this point in the history
Small utility to create man pages.
See: https://github.com/mvertes/txt2man
  • Loading branch information
thomas committed Dec 12, 2017
1 parent 9f53a2c commit 3a90b2b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions txt2man.be0
Original file line number Diff line number Diff line change
@@ -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}
}

0 comments on commit 3a90b2b

Please sign in to comment.