aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ospd-acunetix/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ospd-acunetix/APKBUILD')
-rw-r--r--testing/ospd-acunetix/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/ospd-acunetix/APKBUILD b/testing/ospd-acunetix/APKBUILD
deleted file mode 100644
index a78e17ecf9b..00000000000
--- a/testing/ospd-acunetix/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=ospd-acunetix
-pkgver=1.0b1
-pkgrel=5
-_pkgid=2181
-pkgdesc="OSP server implementation to allow OpenVAS to remotel control nmap port scanner"
-url="https://www.openvas.org/"
-arch="noarch"
-license="GPL-2.0-or-later"
-depends="python3"
-makedepends="py3-setuptools"
-source="https://wald.intevation.org/frs/download.php/$_pkgid/ospd-acunetix-$pkgver.tar.gz"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- python3 setup.py check
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="2a5b6fde959a890cd2084d1f8414639f8d281c3456239f101d1f353ec4044142cf71d7f7788a4d9aa0ce5d7a8a33204b785f5fd5d372d5c661e1ba9b9a447fd3 ospd-acunetix-1.0b1.tar.gz"