Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 37 lines (25 sloc) 807 Bytes
#!/usr/bin/env beesh
# BEE_VERSION p7zip-17.04-0
# https://github.com/archlinux/svntogit-packages/blob/packages/p7zip/trunk/PKGBUILD
# SRCURL[0]="https://github.com/jinfeihan57/p7zip/archive/v${PKGVERSION}/p7zip-v${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/00acfd6be87848231722d2d53f89e4a5/p7zip-v17.04.tar.gz"
PATCHURL+=("https://beehive.molgen.mpg.de/4aa9283eb701b6afb87f6807b68abc12/p7zip-do-not-gzip-man-pages.patch")
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
mee_build() {
bee_build all3
start_cmd make test
}
mee_install() {
bee_install DEST_HOME="${PREFIX}" DEST_MAN="${MANDIR}" DEST_DIR="${D}"
rm -rf ${D}/usr/share/doc
}