03b842f3d7
renamed in aports@924a022f24
28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
|
pkgname=postmarketos-splash
|
|
pkgver=1.0.0
|
|
pkgrel=3
|
|
pkgdesc="Splash screen for postmarketOS"
|
|
url="https://gitlab.com/postmarketos"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="font-dejavu font-droid py3-pillow python3"
|
|
source="https://gitlab.com/postmarketos/postmarketos-splash/-/archive/$pkgver/postmarketos-splash-$pkgver.tar.gz
|
|
config.ini
|
|
https://gitlab.com/postmarketOS/artwork/raw/master/logo/pmos.ttf"
|
|
options="!check" # No tests
|
|
|
|
package() {
|
|
install -D -m755 make-splash.py \
|
|
"$pkgdir"/usr/bin/pmos-make-splash
|
|
install -D -m644 "$srcdir"/config.ini \
|
|
"$pkgdir"/etc/postmarketos/splash.ini
|
|
install -D -m644 "$srcdir"/pmos.ttf \
|
|
"$pkgdir"/usr/share/fonts/ttf-pmos/pmos.ttf
|
|
}
|
|
|
|
sha512sums="
|
|
20d775f7cfb6e71eaa093ce254086eb64ed720573e94185bd09b9258e5707dd74ad20d593026fc5dd1edd1190e44e726bce74a5093ee991ee5fa5c0c1373817a postmarketos-splash-1.0.0.tar.gz
|
|
e1388cd336c16e779c7807d790dc75f1a96a74ccf2d50374be0da2f6f234026576d3c95df6e613184dd515370636d3e14086769def0bc352c49611263b7c26bc config.ini
|
|
81e5df350bf7f435ab5480f7028fc3cabf5a947fa0dff1ed219f6d9ac18a1250f5114887a9f5f270cc699af48cd77f23d14a84578ac8d2d0f3a3e90ec3211c45 pmos.ttf
|
|
"
|