define !check
This commit is contained in:
parent
eaf1eab3ac
commit
0cac54a734
1 changed files with 1 additions and 0 deletions
1
APKBUILD
1
APKBUILD
|
@ -10,6 +10,7 @@ optdepends="podman docker" # Install either podman or docker
|
||||||
makedepends="go"
|
makedepends="go"
|
||||||
install="$pkgname.post-install"
|
install="$pkgname.post-install"
|
||||||
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"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "wings-$pkgver"
|
cd "wings-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue