define !check

This commit is contained in:
LinuxSquare 2024-11-09 20:05:19 +01:00
parent eaf1eab3ac
commit 0cac54a734

View file

@ -10,6 +10,7 @@ optdepends="podman docker" # Install either podman or docker
makedepends="go"
install="$pkgname.post-install"
source="$pkgname-$pkgver.tar.gz::https://github.com/pterodactyl/wings/archive/refs/tags/v${pkgver}.tar.gz pterodactyl-wings.initd"
options="!check"
build() {
cd "wings-$pkgver"