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]
21 lines
476 B
Text
21 lines
476 B
Text
# Reference: https://postmarketos.org/uipkg
|
|
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
|
pkgname=postmarketos-ui-console
|
|
pkgver=0.1
|
|
pkgrel=1
|
|
pkgdesc="Console environment, with no graphical/touch UI"
|
|
url="https://postmarketos.org/"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
dnsmasq
|
|
networkmanager
|
|
postmarketos-base-ui
|
|
wireless-tools
|
|
"
|
|
options="!check" # No testsuite
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|