25 lines
767 B
Text
25 lines
767 B
Text
# 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"
|