22 lines
590 B
Bash
22 lines
590 B
Bash
# Template file for 'upx'
|
|
pkgname=upx
|
|
version=3.95
|
|
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>"
|
|
license="GPL-2"
|
|
homepage="https://upx.github.io/"
|
|
distfiles="https://github.com/upx/upx/releases/download/v${version}/upx-${version}-src.tar.xz"
|
|
checksum=3b0f55468d285c760fcf5ea865a070b27696393002712054c69ff40d8f7f5592
|
|
|
|
do_install() {
|
|
vbin src/upx.out upx
|
|
vman doc/upx.1
|
|
}
|