Explicit require docker & iptables

This commit is contained in:
LinuxSquare 2024-11-23 12:40:02 +01:00
parent a23172cf64
commit 1dd6791b50

View file

@ -1,12 +1,12 @@
# Maintainer: LinuxSquare <linuxsquare@noveria.org> # Maintainer: LinuxSquare <linuxsquare@noveria.org>
pkgname=pterodactyl-wings pkgname=pterodactyl-wings
pkgver=1.11.11 pkgver=1.11.11
pkgrel=1 pkgrel=2
pkgdesc="The server control plane for Pterodactyl Panel" pkgdesc="The server control plane for Pterodactyl Panel"
arch="x86_64" arch="x86_64"
url="https://pterodactyl.io/" url="https://pterodactyl.io/"
license="MIT" license="MIT"
optdepends="podman docker" # Install either podman or docker depends="docker iptables"
makedepends="go" makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/pterodactyl/wings/archive/refs/tags/v${pkgver}.tar.gz pterodactyl-wings.initd" source="$pkgname-$pkgver.tar.gz::https://github.com/pterodactyl/wings/archive/refs/tags/v${pkgver}.tar.gz pterodactyl-wings.initd"
options="!check" options="!check"