Skip to content
Snippets Groups Projects
Commit a31b8a8b authored by Francesco Colista's avatar Francesco Colista
Browse files

testing/nomp: updated APKBUILD and source file

parent 06c3a0e8
No related branches found
No related tags found
No related merge requests found
...@@ -2,19 +2,21 @@ ...@@ -2,19 +2,21 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=nomp pkgname=nomp
pkgver=0.1 pkgver=0.1
pkgrel=4 pkgrel=5
pkgdesc="Ncurses OpenVAS Manager Protocol" pkgdesc="Ncurses OpenVAS Manager Protocol"
url="https://github.com/git-rep/nomp" url="https://gitlab.com/git-rep/nomp"
arch="all" arch="all"
license="GPL-2.0" license="GPL-2.0"
#no check provided by upstream
options="!check"
makedepends="libressl-dev libxml++-dev ncurses-dev" 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" make-path.patch"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-v$pkgver"
build() { build() {
cd "$builddir" cd "$builddir"
make || return 1 make
} }
package() { package() {
...@@ -22,9 +24,5 @@ package() { ...@@ -22,9 +24,5 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
md5sums="b2804a32998454a02941ae949ce61a33 nomp-0.1.tar.gz sha512sums="e4c53b44f85438775f4046c0e90e05f9d80cb60e999c1cc9f6661a43d6ab9ad5a1cf2322e97386f99a83d62aefdfeb477a065639a823f469a1278628bc19673c nomp-v0.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
9713d125666993e69d7dae5dd253eee884090ce2087c419214beeb4c133e2e3ac219f8bac097e97952ff41066bfb6a6ad731b390c2aadba43ddd72f96f9443f2 make-path.patch" 9713d125666993e69d7dae5dd253eee884090ce2087c419214beeb4c133e2e3ac219f8bac097e97952ff41066bfb6a6ad731b390c2aadba43ddd72f96f9443f2 make-path.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment