# Maintainer: Gustavo Alvarez # Contributor: Martins Mozeiko pkgname=pkg2zip-git pkgver=v1.8.1.gfccad26 pkgrel=1 arch=('x86_64') pkgdesc='Decrypts PlayStation Vita pkg file and packages to zip archive. (GIT version)' url='https://github.com/mmozeiko/pkg2zip' license=('custom:unlicense') depends=('glibc') source=('git+https://github.com/mmozeiko/pkg2zip.git') sha256sums=('SKIP') pkgver() { cd pkg2zip echo "$(git describe --long --tags | tr - .)" } build() { cd pkg2zip make CFLAGS="${CFLAGS} -Wno-format-truncation" } package() { cd pkg2zip install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm755 pkg2zip "${pkgdir}"/usr/bin/pkg2zip }