2015-01-24 18:16:51 +00:00
|
|
|
# Template file for 'sample'
|
|
|
|
pkgname=sample
|
|
|
|
version=0.1.0
|
2015-05-16 14:27:00 +00:00
|
|
|
revision=2
|
2015-01-24 18:16:51 +00:00
|
|
|
build_style=gnu-makefile
|
2015-05-16 14:27:00 +00:00
|
|
|
CFLAGS='-std=c99 -D_BSD_SOURCE'
|
2015-01-24 18:16:51 +00:00
|
|
|
short_desc="Filter for random sampling of input"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/silentbicycle/sample/"
|
|
|
|
distfiles="https://github.com/silentbicycle/sample/archive/v${version}.tar.gz"
|
|
|
|
checksum=2ca15f1d293e80915abb98c311ddeeb2b99243df07aea554053ce296181a949d
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin sample
|
|
|
|
vdoc README.md
|
|
|
|
}
|