24 lines
693 B
Text
24 lines
693 B
Text
# 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
|
|
"
|