aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nomp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nomp')
-rw-r--r--testing/nomp/APKBUILD18
1 files changed, 8 insertions, 10 deletions
diff --git a/testing/nomp/APKBUILD b/testing/nomp/APKBUILD
index e790226071b..5fbd90e95f8 100644
--- a/testing/nomp/APKBUILD
+++ b/testing/nomp/APKBUILD
@@ -2,19 +2,21 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=nomp
pkgver=0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Ncurses OpenVAS Manager Protocol"
-url="https://github.com/git-rep/nomp"
+url="https://gitlab.com/git-rep/nomp"
arch="all"
license="GPL-2.0"
+#no check provided by upstream
+options="!check"
makedepends="libressl-dev libxml++-dev ncurses-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/git-rep/$pkgname/archive/v$pkgver.tar.gz
+source="https://gitlab.com/git-rep/nomp/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz
make-path.patch"
-builddir="$srcdir/$pkgname-$pkgver"
+builddir="$srcdir/$pkgname-v$pkgver"
build() {
cd "$builddir"
- make || return 1
+ make
}
package() {
@@ -22,9 +24,5 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="b2804a32998454a02941ae949ce61a33 nomp-0.1.tar.gz
-9339a38fed11bea5e3eccefe7b12f48f make-path.patch"
-sha256sums="da6cfc9226e5c5315a13879900509037b795e866bc628a4114ec2001120b5f3e nomp-0.1.tar.gz
-2cb14891c17f4225ea6da9d8a58fdc7ee7ea0f1e6b31b0eac74a8065c8f9c094 make-path.patch"
-sha512sums="2eeda71892ce998df4f86eeb7cc9b19981844a547b4fce13528f8e9b4f7d7afae60aac035bae74f8a2cf7cf93063b497844e9f6627abf8215925758a93e58140 nomp-0.1.tar.gz
+sha512sums="e4c53b44f85438775f4046c0e90e05f9d80cb60e999c1cc9f6661a43d6ab9ad5a1cf2322e97386f99a83d62aefdfeb477a065639a823f469a1278628bc19673c nomp-v0.1.tar.gz
9713d125666993e69d7dae5dd253eee884090ce2087c419214beeb4c133e2e3ac219f8bac097e97952ff41066bfb6a6ad731b390c2aadba43ddd72f96f9443f2 make-path.patch"