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