# Reference: https://postmarketos.org/uipkg # Maintainer: Clayton Craft pkgname=postmarketos-ui-console pkgver=0.1 pkgrel=5 pkgdesc="Console environment, with no graphical/touch UI" url="https://postmarketos.org/" arch="noarch" license="GPL-3.0-or-later" depends=" dnsmasq postmarketos-base-ui postmarketos-base-ui-networkmanager wireless-tools " options="!check" # No testsuite install="$pkgname.post-install $pkgname.post-upgrade" package() { mkdir -p "$pkgdir" }