From d38ae19d17f18ad5ce17ad0ea5bb0f6388039a6c Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 30 Aug 2017 07:56:47 +0000 Subject: community/corebird: added check() --- community/corebird/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'community/corebird/APKBUILD') diff --git a/community/corebird/APKBUILD b/community/corebird/APKBUILD index cee735fae6..a01afca5bf 100644 --- a/community/corebird/APKBUILD +++ b/community/corebird/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista pkgname=corebird pkgver=1.6 -pkgrel=0 +pkgrel=1 pkgdesc="Corebird is a modern, easy and fun Twitter client" url="https://corebird.baedert.org/" arch="all" @@ -31,6 +31,11 @@ build() { make } +check() { + cd "$builddir" + make check +} + package() { cd "$builddir" make DESTDIR="$pkgdir" install -- cgit v1.2.3