Explicit require docker & iptables
This commit is contained in:
parent
a23172cf64
commit
1dd6791b50
1 changed files with 2 additions and 2 deletions
4
APKBUILD
4
APKBUILD
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue