diff --git a/srcpkgs/nq/template b/srcpkgs/nq/template index 7dcc1c03af9..7c57e8a4399 100644 --- a/srcpkgs/nq/template +++ b/srcpkgs/nq/template @@ -1,6 +1,6 @@ # Template file for 'nq' pkgname=nq -version=0.5 +version=1.0 revision=1 build_style=gnu-makefile short_desc="Unix command line queue utility" @@ -8,4 +8,8 @@ maintainer="Leah Neukirchen " license="Public Domain" homepage="https://github.com/leahneukirchen/nq" distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz" -checksum=3f01aaf0b8eee4f5080ed1cd71887cb6485d366257d4cf5470878da2b734b030 +checksum=d5b79a488a88f4e4d04184efa0bc116929baf9b34617af70d8debfb37f7431f4 + +post_install() { + vcompletion _nq zsh +}