main/shelli: new aport (!690)
This commit is contained in:
parent
512326566c
commit
55b4a42de4
1 changed files with 25 additions and 0 deletions
25
main/shelli/APKBUILD
Normal file
25
main/shelli/APKBUILD
Normal 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"
|
Loading…
Reference in a new issue