3d06bf36dc
Let every postmarketos-ui-* package have a link on top that points to the new UI package reference. Do not put the link in <>, as it was done with other references, since there's no benefit to it. It doesn't look better and it doesn't make it easier to click the link or something, I just did this initially because I saw it in GPL license headers. [ci:skip-vercheck] [ci:ignore-count]
24 lines
512 B
Text
24 lines
512 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
|
pkgname=postmarketos-ui-shelli
|
|
pkgver=3
|
|
pkgrel=2
|
|
pkgdesc="Plain console with touchscreen gesture support"
|
|
url="https://gitlab.com/unrznbl/shelli"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
dnsmasq
|
|
networkmanager
|
|
ofono
|
|
ofonoctl
|
|
postmarketos-base-ui
|
|
shelli
|
|
"
|
|
install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade"
|
|
options="!check" # No tests
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|
|
|