pkgname=apb pkgver=0.3.0909 pkgrel=3 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=('21ebf965beaddff8335588dc9382e02d7a095825d58d44960c4c525d63b32393') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --bindir=/usr/bin make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make install DESTDIR="${pkgdir}" }