15 lines
440 B
Bash
15 lines
440 B
Bash
# Template file for 'nq'
|
|
pkgname=nq
|
|
version=0.2.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Unix command line queue utility"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="Public Domain"
|
|
homepage="https://github.com/chneukirchen/nq"
|
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=1773290791cce646e5e54e935118498a95948ca39ff5d58ac6dc65135275d3fc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|