void-packages/srcpkgs/nq/template
2019-03-01 13:53:43 +01:00

15 lines
444 B
Bash

# Template file for 'nq'
pkgname=nq
version=0.3.1
revision=2
build_style=gnu-makefile
short_desc="Unix command line queue utility"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Public Domain"
homepage="https://github.com/leahneukirchen/nq"
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=8897a747843fe246a6f8a43e181ae79ef286122a596214480781a02ef4ea304b
post_install() {
vlicense COPYING
}