mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/postsrsd: add trivial check
This commit is contained in:
parent
9e2e5be332
commit
7bd8e49489
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user