21 lines
592 B
Bash
21 lines
592 B
Bash
# Template file for 'upx'
|
|
pkgname=upx
|
|
version=3.92
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_target="all"
|
|
make_build_args="CHECK_WHITESPACE=:"
|
|
hostmakedepends="perl"
|
|
makedepends="ucl zlib-devel"
|
|
short_desc="Ultimate Packer for eXecutables"
|
|
wrksrc="upx-${version}-src"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://upx.github.io/"
|
|
license="GPL-2"
|
|
distfiles="https://github.com/upx/upx/releases/download/v${version}/upx-${version}-src.tar.xz"
|
|
checksum=0378169c342a0f98dc93236deae42f72fda07d0b02d7f51e6147448ee7e77794
|
|
|
|
do_install() {
|
|
vbin src/upx.out upx
|
|
vman doc/upx.1
|
|
}
|