aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-acunetix/APKBUILD
blob: 155f6a1bf7e069aaa4ee439f28f950e99772ecf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ospd-acunetix
pkgver=1.0b1
pkgrel=0
_pkgid=2181
pkgdesc="OSP server implementation to allow OpenVAS to remotel control nmap port scanner"
url="http://www.openvas.org/"
arch="noarch"
license="GPL"
depends="python3"
depends_dev=""
makedepends="$depends_dev cmake"
install=""
subpackages=""
source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz"

builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	python3 setup.py build || return 1
}

package() {
	cd "$builddir"
	python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
}



md5sums="155898fa60914ed84c9d09b28463417f  ospd-acunetix-1.0b1.tar.gz"
sha256sums="4c2b13056f38626952cc22b7b085025b237ee723d8b35bce2350ce51c52653ae  ospd-acunetix-1.0b1.tar.gz"
sha512sums="2a5b6fde959a890cd2084d1f8414639f8d281c3456239f101d1f353ec4044142cf71d7f7788a4d9aa0ce5d7a8a33204b785f5fd5d372d5c661e1ba9b9a447fd3  ospd-acunetix-1.0b1.tar.gz"