16 lines
471 B
Bash
16 lines
471 B
Bash
# Template file for 'sutils'
|
|
pkgname=sutils
|
|
version=0.2
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
makedepends="alsa-lib-devel"
|
|
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"
|
|
checksum=da8cccace32094430be572cf59d85256023edf9107b12c926c7beb29586c56a3
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|