22 lines
592 B
Bash
22 lines
592 B
Bash
# Template file for 'upx'
|
|
pkgname=upx
|
|
version=3.94
|
|
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=81ef72cdac7d8ccda66c2c1ab14f4cd54225e9e7b10cd40dd54be348dbf25621
|
|
|
|
do_install() {
|
|
vbin src/upx.out upx
|
|
vman doc/upx.1
|
|
}
|