mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
sratom: update to 0.6.6.
This commit is contained in:
parent
27bab63c6b
commit
9a05046288
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sratom'
|
# Template file for 'sratom'
|
||||||
pkgname=sratom
|
pkgname=sratom
|
||||||
version=0.6.4
|
version=0.6.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=waf3
|
build_style=waf3
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,7 +10,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://drobilla.net/software/sratom/"
|
homepage="http://drobilla.net/software/sratom/"
|
||||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=146c8f14b8902ac3c8fa8c2e0a014eb8a38fab60090c5adbfbff3e3b7c5c006e
|
checksum=fb910bf62a5e69f4430bf09653d386fc4de9ff02bfd58635e1d45cbd31481b9d
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args="-T"
|
||||||
|
fi
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
./build/sratom_test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue