dq: update to 0.0.20211217.
This commit is contained in:
parent
2e050c91bc
commit
ec392d5ff4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dq'
|
# Template file for 'dq'
|
||||||
pkgname=dq
|
pkgname=dq
|
||||||
version=0.0.20181021
|
version=0.0.20211217
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version##*.}"
|
wrksrc="${pkgname}-${version##*.}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -16,8 +16,11 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://mojzis.com/software/dq/"
|
homepage="https://mojzis.com/software/dq/"
|
||||||
distfiles="https://github.com/janmojzis/dq/archive/${version##*.}.tar.gz"
|
distfiles="https://github.com/janmojzis/dq/archive/${version##*.}.tar.gz"
|
||||||
checksum=b1797538dd7dfe8e6d9c2964eee0b569589b448c8a2e636bbee4cf2a19bc7ea4
|
checksum=bfe5b0ab164ef26884626d582ac1bbc28de2cad9cbb1fa84aecd2c79bceeb1c5
|
||||||
nocross="build run target"
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
make_build_target="cross-compile"
|
||||||
|
fi
|
||||||
|
|
||||||
system_accounts="_dqcache"
|
system_accounts="_dqcache"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue