819620d7aa
This should be reverted when this Alpine issue has been closed: https://gitlab.alpinelinux.org/alpine/aports/-/issues/13778 sxmo-common already had this for some reason. [ci:ignore-count] [ci:skip-build] Already built successfuly on CI in MR
29 lines
617 B
Text
29 lines
617 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
|
pkgname=postmarketos-ui-shelli
|
|
pkgver=3
|
|
pkgrel=5
|
|
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-openrc
|
|
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"
|
|
}
|
|
|