void-packages/srcpkgs/sutils/template

17 lines
471 B
Bash
Raw Normal View History

2015-11-28 20:09:20 +00:00
# Template file for 'sutils'
pkgname=sutils
2015-11-30 12:27:24 +00:00
version=0.2
2015-11-28 20:09:20 +00:00
revision=1
build_style=gnu-makefile
2015-11-30 12:27:24 +00:00
makedepends="alsa-lib-devel"
2015-11-28 20:09:20 +00:00
short_desc="Small command-line utilities"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="Public Domain"
homepage="https://github.com/baskerville/sutils/"
distfiles="https://github.com/baskerville/sutils/archive/${version}.tar.gz"
2015-11-30 12:27:24 +00:00
checksum=da8cccace32094430be572cf59d85256023edf9107b12c926c7beb29586c56a3
2015-11-28 20:09:20 +00:00
post_install() {
vlicense LICENSE
}