synit/packaging/packages/synit-splash/APKBUILD

25 lines
748 B
Plaintext

# Contributor: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
# Maintainer: Tony Garnock-Jones <tonyg@leastfixedpoint.com>
pkgname=synit-splash
pkgver=0.0.1
pkgrel=4
pkgdesc="synit loading splash screen"
url="https://synit.org/"
arch="noarch"
license="GPLv3"
builddir="$srcdir/"
options="!check"
install="$pkgname.post-install $pkgname.post-upgrade"
# This allows us to stomple on /usr/share/postmarketos-splashes/splash-loading.ppm.gz, which is owned by the device-pine64-pinephone package
replaces="device-pine64-pinephone"
build() {
:
}
package() {
mkdir -p "$pkgdir/usr/share/postmarketos-splashes"
cp "$startdir/syndicate-logo-from-syndicate-rs-20211008.ppm.gz" "$pkgdir/usr/share/postmarketos-splashes/splash-loading.ppm.gz"
}