main/postmarketos-config-nftables: remove unecessary function names
for subpackages. abuild picks them up automatically. They are only needed when using "-" within the subpackage suffix, as that is not a valid character in shell scripts function names Signed-off-by: Clayton Craft <craftyguy@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6221>
This commit is contained in:
parent
9150a760c2
commit
2115a3ed2b
1 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-config-nftables
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="nftables firewall configuration for postmarketOS"
|
||||
url="https://gitlab.com/postmarketos"
|
||||
arch="noarch"
|
||||
|
|
@ -10,16 +10,16 @@ depends="openssh-nftrules"
|
|||
# No subpackage for ausweisapp2, it's also on flathub, and
|
||||
# install_if won't work
|
||||
subpackages="
|
||||
$pkgname-openusb:openusb
|
||||
$pkgname-log:log
|
||||
$pkgname-chromecast:chromecast
|
||||
$pkgname-docker:docker
|
||||
$pkgname-mdns:mdns
|
||||
$pkgname-moshserver:moshserver
|
||||
$pkgname-networkmanager:networkmanager
|
||||
$pkgname-openusb
|
||||
$pkgname-log
|
||||
$pkgname-chromecast
|
||||
$pkgname-docker
|
||||
$pkgname-mdns
|
||||
$pkgname-moshserver
|
||||
$pkgname-networkmanager
|
||||
$pkgname-upnp-client:upnp_client
|
||||
$pkgname-vlc-chromecast:vlc_chromecast
|
||||
$pkgname-vncserver:vncserver
|
||||
$pkgname-vncserver
|
||||
$pkgname-wifi-display:wifi_display
|
||||
"
|
||||
source="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue