New package: sample-0.1.0
This commit is contained in:
parent
05f360c16f
commit
58ef44fd0c
1 changed files with 17 additions and 0 deletions
17
srcpkgs/sample/template
Normal file
17
srcpkgs/sample/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'sample'
|
||||||
|
pkgname=sample
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_args="OPTIMIZE="
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue