16 lines
440 B
Bash
16 lines
440 B
Bash
# Template file for 'nq'
|
|
pkgname=nq
|
|
version=0.2.2
|
|
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=c9b0ec8cc0fa55484b8e3033705896def432bd6ec4ae4957f4aafb81cf679222
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|