aboutsummaryrefslogtreecommitdiffstats
path: root/community/ospd-ssh-keyscan/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-10-09 07:04:45 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-10-09 07:04:45 +0000
commit7e0248ed57419d5539a6ab4393f965dffdc75e63 (patch)
tree5b9a040121accc546d6b2b9ffa6d0ec73dcfc34e /community/ospd-ssh-keyscan/APKBUILD
parent509cabcf69f8880a549bd70e77ba70c618dacc29 (diff)
downloadaports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.bz2
aports-7e0248ed57419d5539a6ab4393f965dffdc75e63.tar.xz
testing/ospd-*: moved from community
Diffstat (limited to 'community/ospd-ssh-keyscan/APKBUILD')
-rw-r--r--community/ospd-ssh-keyscan/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/ospd-ssh-keyscan/APKBUILD b/community/ospd-ssh-keyscan/APKBUILD
deleted file mode 100644
index 98b4847595..0000000000
--- a/community/ospd-ssh-keyscan/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=ospd-ssh-keyscan
-pkgver=1.0b1
-pkgrel=3
-_pkgid=2213
-pkgdesc="OSP server implementation to allow OpenVAS to scan ssh keys"
-url="http://openvas.org/"
-arch="noarch"
-license="GPL-2.0-or-later"
-depends="python3 ospd"
-makedepends="python3-dev py3-paramiko py3-setuptools"
-source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$pkgname-$pkgver
-
-build() {
- cd "$builddir"
- python3 setup.py build
-}
-
-check() {
- cd "$builddir"
- python3 setup.py check
-}
-
-package() {
- cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-
-md5sums="e78c2f1c4c5fe316f98637535db8cbdf ospd-ssh-keyscan-1.0b1.tar.gz"
-sha256sums="27a73979722e5ec09579cbf8a37228fc0c2a452597e21547244104d29a98950c ospd-ssh-keyscan-1.0b1.tar.gz"
-sha512sums="510a084ff93e2c6283ef21ea4c439077b15c9ada92f48cd0876fca87d430a4479b5700b536d68322cbcde7a1cc5109993706fae4d29e9ee61a7cb927450e5262 ospd-ssh-keyscan-1.0b1.tar.gz"