pmaports/postmarketos-splash/APKBUILD
Oliver Smith 416513b5e7 Low hanging fruit basket (Close #220, Close #239) (#253)
* postmarketos-splash: change arch from "all" to "noarch"
* lg-mako: use .tar.gz instead of .zip (because that's the reference
  APKBUILD)
* #220: Allow specifying multiple packages for checksum, build,
  aportgen
* #239: Add chroot shortcuts (--rootfs and --buildroot)
* Show chroot and command before entering chroot
2017-07-26 18:59:11 +00:00

26 lines
786 B
Text

pkgname=postmarketos-splash
pkgver=1
pkgrel=2
pkgdesc="Splash screen for postmarketOS"
url="https://github.com/postmarketos"
arch="noarch"
license="mit"
depends="ttf-dejavu ttf-droid py3-pillow"
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
}
sha512sums="5a89cdaeec572262ae48248a0c92721bd53e40ddf83167be3ede6fef656e540f6f3cf8eac3d17ae9755ab523a69f760732d05b0de436347ed91272ca732ac938 make-splash.py
82234147a5e907203edb8f8531aba63d96156b600b148a8d986b1978ce2641ebf875880f4075709e8b5e8f92948598319f5157473ddcc14cf00be004255e44bc config.ini"