main/shelli: new aport (!690)

This commit is contained in:
Bart Ribbers 2019-10-17 19:54:05 +02:00 committed by Oliver Smith
parent 512326566c
commit 55b4a42de4
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

25
main/shelli/APKBUILD Normal file
View file

@ -0,0 +1,25 @@
# Contributor: Martijn Braam <martijn@brixit.nl>
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
pkgname=shelli
pkgver=0.1
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"
depends="gesture kbd kbd-misc"
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() {
make all
}
package() {
DESTDIR="$pkgdir" make install
}
sha512sums="d62cdb8c3f7bf5c77e14c1378d1dcb6d4dc74aa1062fa07ed9a0ae2ad13022cefc3f5cdfd5bda9171f88d88d549b510eab10e169142765a8b642afa64ab01ee4 shelli-0.1.tar.gz"