pkgname=apb pkgver=0.3.0424 pkgrel=2 pkgdesc="Build Amethyst Linux packages" arch=('any') url="https://kanasteimle.net/amethyst/apb/" license=('GPL-3.0-or-later') makedepends=('squashfs-tools') depends=('apm' 'squashfs-tools' 'sh' 'coreutils' 'grep' 'sed' 'util-linux') source=("https://kanasteimle.net/amethyst/apb/downloads/${pkgname}-${pkgver}.tar.gz") sha256sums=('5f10941acc824dd09cbf860fadafd0bac6186db5a86afb9b044629046957b476') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --bindir=/usr/bin make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make install DESTDIR="${pkgdir}" }