main/pbsplash: remove

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8885>
This commit is contained in:
Aelin 2026-06-22 21:37:27 +02:00 committed by The Friendly Meow (merge) Bot
parent 50bfe8dd9e
commit db058fb410
No known key found for this signature in database

View file

@ -1,28 +0,0 @@
maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=pbsplash
pkgdesc="postmarketOS boot splash screen"
pkgver=0.3.1
pkgrel=2
url="https://git.sr.ht/~calebccff/pbsplash"
arch="all"
options="!check" # no testsuite
license="GPL-3.0-or-later"
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
touch pbsplash
install -Dm644 pbsplash \
"$pkgdir"/usr/share/mkinitfs-triggers/pbsplash
}
sha512sums="
2e0cca120b97c67d23befc996d6888c80ec9b90e64b98c80a6473b4117f89bf23538737a385b7e7392456185e21ae58afe19d3399535aed67c7152146f7f452a pbsplash-0.3.1.tar.gz
"