diff --git a/main/shelli/APKBUILD b/main/shelli/APKBUILD new file mode 100644 index 000000000..e12bb1ce0 --- /dev/null +++ b/main/shelli/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: Martijn Braam +# Maintainer: Craig Comstock +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"