mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
sample: rebuild for metadata
This commit is contained in:
parent
83b07d992b
commit
879496d977
1 changed files with 6 additions and 4 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'sample'
|
# Template file for 'sample'
|
||||||
pkgname=sample
|
pkgname=sample
|
||||||
version=0.1.0
|
version=0.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-std=c99 -D_BSD_SOURCE'
|
|
||||||
short_desc="Filter for random sampling of input"
|
short_desc="Filter for random sampling of input"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="custom"
|
||||||
homepage="https://github.com/silentbicycle/sample/"
|
homepage="https://github.com/silentbicycle/sample/"
|
||||||
distfiles="https://github.com/silentbicycle/sample/archive/v${version}.tar.gz"
|
distfiles="https://github.com/silentbicycle/sample/archive/v${version}.tar.gz"
|
||||||
checksum=2ca15f1d293e80915abb98c311ddeeb2b99243df07aea554053ce296181a949d
|
checksum=2ca15f1d293e80915abb98c311ddeeb2b99243df07aea554053ce296181a949d
|
||||||
|
CFLAGS='-std=c99 -D_BSD_SOURCE'
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin sample
|
vbin sample
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
sed -n '/Copyright/,/PERFORMANCE/p' main.c > LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue