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