main/pbsplash: new aport (MR 2878)

This commit is contained in:
Caleb Connolly 2022-01-24 00:32:37 +00:00
parent 49c9b7cc44
commit 10368eb9f2

24
main/pbsplash/APKBUILD Normal file
View file

@ -0,0 +1,24 @@
# Maintainer: Caleb Connolly <caleb@connolly.tech>
pkgname=pbsplash
pkgdesc="postmarketOS boot splash screen"
pkgver=0.2.3
pkgrel=0
url="https://git.sr.ht/~calebccff/pbsplash"
arch="all"
options="!check" # no testsuite
license="GPL-3.0"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~calebccff/pbsplash/archive/$pkgver.tar.gz"
makedepends="meson tfblib linux-headers"
build() {
abuild-meson . output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
fa71fa26aba0977472236d722687c127a02eb829809a85731c92b59c5a998d0a3969564be4bc5a7470c217086cb02343bc3d7d9c9a7a8f05aae3b62fc06e7d99 pbsplash-0.2.3.tar.gz
"