2021-11-14 18:13:14 +01:00
|
|
|
# Reference: https://postmarketos.org/uipkg
|
2019-03-08 22:37:36 +01:00
|
|
|
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
|
|
|
pkgname=postmarketos-ui-shelli
|
2020-12-15 21:20:18 -06:00
|
|
|
pkgver=3
|
2022-05-04 14:03:58 +02:00
|
|
|
pkgrel=5
|
2019-03-08 22:37:36 +01:00
|
|
|
pkgdesc="Plain console with touchscreen gesture support"
|
|
|
|
url="https://gitlab.com/unrznbl/shelli"
|
2019-10-17 19:56:28 +02:00
|
|
|
arch="all"
|
|
|
|
license="GPL-3.0-or-later"
|
2021-05-15 19:28:11 +02:00
|
|
|
depends="
|
2021-06-09 16:34:05 -07:00
|
|
|
dnsmasq
|
2021-05-15 19:28:11 +02:00
|
|
|
networkmanager
|
2022-03-24 01:20:50 +01:00
|
|
|
networkmanager-cli
|
2022-05-04 14:03:58 +02:00
|
|
|
networkmanager-openrc
|
2022-03-24 01:20:50 +01:00
|
|
|
networkmanager-tui
|
2022-05-03 20:44:39 -07:00
|
|
|
networkmanager-wifi
|
|
|
|
networkmanager-wwan
|
2021-05-15 19:28:11 +02:00
|
|
|
ofono
|
|
|
|
ofonoctl
|
2021-06-09 16:34:05 -07:00
|
|
|
postmarketos-base-ui
|
2021-05-15 19:28:11 +02:00
|
|
|
shelli
|
|
|
|
"
|
2019-10-17 19:56:28 +02:00
|
|
|
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
|
|
|
|
options="!check" # No tests
|
2019-03-08 22:37:36 +01:00
|
|
|
|
|
|
|
package() {
|
2019-10-17 19:56:28 +02:00
|
|
|
mkdir -p "$pkgdir"
|
2019-03-08 22:37:36 +01:00
|
|
|
}
|
|
|
|
|