# Compiling Time: 0.07 SBU # Maintainer: James Buren pkgname=upx pkgver=3.96 pkgrel=1 pkgdesc="A binary executable compression program." _F_github_tag_v=yes Finclude github url="https://upx.github.io/" ## errm the other tarballs are br0ken only -src one seems to work source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz) depends=('ucl>=1.03-3' 'zlib' 'libstdc++') groups=('apps-extra') archs=('x86_64') sha1sums=('53c36d5ba589ded10a6bbd1c58cb74c466ca3204') _F_cd_path="$pkgname-$pkgver-src" build() { Fcd ## not sure but this isn't working.. ## on next bump eg : 3.93 we try this again with check_whitespace.sh Fexec /bin/echo > src/stub/scripts/check_whitespace.sh ## force -j1 Fexec make V=1 -j1 all || Fdie Fdocrel doc/*.txt Fmanrel doc/$pkgname.1 Fexerel src/$pkgname.out /usr/bin/$pkgname } # optimization OK