community/postsrsd: add trivial check

This commit is contained in:
Jakub Jirutka 2017-12-03 16:37:58 +01:00
parent 9e2e5be332
commit 7bd8e49489

View File

@ -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/"