mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/gpsd: add check
This commit is contained in:
parent
044f772aa5
commit
ea0ef4eff9
@ -2,7 +2,7 @@
|
||||
# Maintainer: Nathan Angelacos <nangel@alpinelinux.org>
|
||||
pkgname=gpsd
|
||||
pkgver=3.16
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A GPS daemon"
|
||||
arch=all
|
||||
url="http://catb.org/gpsd/"
|
||||
@ -34,6 +34,11 @@ build() {
|
||||
scons -j1 prefix=/usr
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
scons check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user