mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nq: update to 1.0.
This commit is contained in:
parent
3c4097bedd
commit
e843867f38
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nq'
|
# Template file for 'nq'
|
||||||
pkgname=nq
|
pkgname=nq
|
||||||
version=0.5
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Unix command line queue utility"
|
short_desc="Unix command line queue utility"
|
||||||
|
@ -8,4 +8,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/leahneukirchen/nq"
|
homepage="https://github.com/leahneukirchen/nq"
|
||||||
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=3f01aaf0b8eee4f5080ed1cd71887cb6485d366257d4cf5470878da2b734b030
|
checksum=d5b79a488a88f4e4d04184efa0bc116929baf9b34617af70d8debfb37f7431f4
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vcompletion _nq zsh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue