Skip to content
Snippets Groups Projects
Commit 52985d50 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

community/rancid: add check()

parent 4eec1f62
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=rancid
pkgver=3.8
pkgrel=0
pkgrel=1
pkgdesc="A Cisco config Differ"
url="http://www.shrubbery.net/rancid/"
arch="all"
......@@ -32,6 +32,13 @@ build() {
make
}
# does actually nothing
# leaving it on so that it kicks in when upstream will actually check something
check() {
cd "$builddir"
make check
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
......
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