From 52985d50681018c3c37b87ea1bd21a6a17b7aac8 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Tue, 8 Jan 2019 14:35:31 +0000 Subject: community/rancid: add check() --- community/rancid/APKBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/rancid/APKBUILD b/community/rancid/APKBUILD index c0476ffdf2..bbfefdcc61 100644 --- a/community/rancid/APKBUILD +++ b/community/rancid/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista 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 -- cgit v1.2.3