pmaports/main/postmarketos-ui-shelli/APKBUILD
Craig Comstock 13e9c9e9b5
main/postmarketos-ui-shelli: update shelli to 0.6 (MR 1814)
Adds support for pinephone
Adds migration away from python and to C for event path discovery and touch dimensions

[ci:skip-build]: already built successfully in CI
2020-12-18 11:07:21 -08:00

16 lines
415 B
Text

# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
pkgname=postmarketos-ui-shelli
pkgver=3
pkgrel=0
pkgdesc="Plain console with touchscreen gesture support"
url="https://gitlab.com/unrznbl/shelli"
arch="all"
license="GPL-3.0-or-later"
depends="shelli ofono ofonoctl"
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
options="!check" # No tests
package() {
mkdir -p "$pkgdir"
}