15 lines
440 B
Bash
15 lines
440 B
Bash
# Template file for 'nq'
|
|
pkgname=nq
|
|
version=0.3.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=8897a747843fe246a6f8a43e181ae79ef286122a596214480781a02ef4ea304b
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|