Skip to content

Commit

Permalink
Merge pull request #546 from mariux64/add-txt2man-1.6.0
Browse files Browse the repository at this point in the history
Add txt2man 1.6.0
  • Loading branch information
pmenzel authored Dec 12, 2017
2 parents 01f66b4 + 09d218f commit c715a86
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 c715a86

Please sign in to comment.