From 7bd8e49489e1a8445209dddf405e55aab0461e05 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 3 Dec 2017 16:37:58 +0100 Subject: community/postsrsd: add trivial check --- community/postsrsd/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'community/postsrsd/APKBUILD') diff --git a/community/postsrsd/APKBUILD b/community/postsrsd/APKBUILD index 75a5a39aa7..1eb19cfc39 100644 --- a/community/postsrsd/APKBUILD +++ b/community/postsrsd/APKBUILD @@ -31,10 +31,14 @@ build() { make all } +check() { + cd "$builddir"/build + ./postsrsd -v +} + package() { cd "$builddir" - make DESTDIR="$pkgdir/" install install -d "$pkgdir/etc/postsrsd/" -- cgit v1.2.1