pmaports/main/shelli/APKBUILD

25 lines
780 B
Text
Raw Normal View History

2019-10-17 17:54:05 +00:00
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
pkgname=shelli
2020-09-13 01:32:39 +00:00
pkgver=0.5
2019-10-17 17:54:05 +00:00
pkgrel=0
pkgdesc="Plain console with touchscreen gesture support"
url="https://gitlab.com/unrznbl/shelli"
arch="all"
license="GPL-3.0-only"
makedepends="linux-headers"
2020-09-13 01:32:39 +00:00
depends="gesture kbd kbd-misc python3 py3-gobject3 bash alsa-utils espeak"
2019-10-17 17:54:05 +00:00
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/unrznbl/shelli/-/archive/v$pkgver/shelli-v$pkgver.tar.gz"
subpackages="$pkgname-openrc"
options="!check" # No tests
builddir="$srcdir/shelli-v$pkgver"
build() {
2020-09-13 01:32:39 +00:00
make DESTDIR="$pkgdir" all
2019-10-17 17:54:05 +00:00
}
package() {
2020-09-13 01:32:39 +00:00
make DESTDIR="$pkgdir" install
2019-10-17 17:54:05 +00:00
}
2020-09-13 01:32:39 +00:00
sha512sums="dc4a3ac67840cddfad3a6b3f4a3ff8d1bdbe1f217cba10a5164aa10d0ecc49c863196397437b6454eb0400594626ecf2350aea5043f21464cc0be373322b42be shelli-0.5.tar.gz"