pmaports-a71/main/postmarketos-ui-shelli/APKBUILD
Clayton Craft 440aa4ede3
main/postmarketos-ui-*: add networkmanager subpackages for wifi, wwan (MR 3110)
the networkmanager package in alpine was refactored and the wifi and
wwan components were split off into separate subpackages. without these,
wifi and wwan networking are broken.

also see: aports 830af82c6c

[ci:ignore-count]
2022-05-04 07:23:03 +02:00

29 lines
594 B
Plaintext

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