2017-07-22 22:39:30 +00:00
|
|
|
pkgname=postmarketos-splash
|
|
|
|
pkgver=1
|
2017-08-21 15:08:14 +00:00
|
|
|
pkgrel=3
|
2017-07-22 22:39:30 +00:00
|
|
|
pkgdesc="Splash screen for postmarketOS"
|
|
|
|
url="https://github.com/postmarketos"
|
2017-07-26 18:59:11 +00:00
|
|
|
arch="noarch"
|
2017-07-22 22:39:30 +00:00
|
|
|
license="mit"
|
2017-07-23 12:50:40 +00:00
|
|
|
depends="ttf-dejavu ttf-droid py3-pillow"
|
2017-07-22 22:39:30 +00:00
|
|
|
makedepends=""
|
|
|
|
install=""
|
|
|
|
subpackages=""
|
|
|
|
source="make-splash.py config.ini"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -D -m755 "$srcdir"/make-splash.py \
|
|
|
|
"$pkgdir"/usr/bin/pmos-make-splash
|
|
|
|
install -D -m644 "$srcdir"/config.ini \
|
|
|
|
"$pkgdir"/etc/postmarketos/splash.ini
|
|
|
|
}
|
|
|
|
|
2017-08-21 15:08:14 +00:00
|
|
|
sha512sums="cd3593579d357bb16fd9c6754e66eb8702e7d6199c5e9f7024735f410d5365ff3d1a7199b8075aa7b502785c2de0f9302f8d492d3e005688e4f93883d344c3ac make-splash.py
|
2017-07-23 12:50:40 +00:00
|
|
|
82234147a5e907203edb8f8531aba63d96156b600b148a8d986b1978ce2641ebf875880f4075709e8b5e8f92948598319f5157473ddcc14cf00be004255e44bc config.ini"
|