define !check
This commit is contained in:
parent
88199e7ca2
commit
71ce7eadd1
1 changed files with 1 additions and 0 deletions
1
APKBUILD
1
APKBUILD
|
@ -9,6 +9,7 @@ license="MIT"
|
||||||
optdepends="podman docker" # Install either podman or docker
|
optdepends="podman docker" # Install either podman or docker
|
||||||
makedepends="go"
|
makedepends="go"
|
||||||
install="$pkgname.post-install $pkgname.post-deinstall"
|
install="$pkgname.post-install $pkgname.post-deinstall"
|
||||||
|
options="!check"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" make install
|
DESTDIR="$pkgdir" make install
|
||||||
|
|
Loading…
Reference in a new issue