mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
dq: update to 0.0.20220822.
This commit is contained in:
parent
0626607fa8
commit
827200ba99
1 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dq'
|
# Template file for 'dq'
|
||||||
pkgname=dq
|
pkgname=dq
|
||||||
version=0.0.20220101
|
version=0.0.20220822
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version##*.}"
|
wrksrc="${pkgname}-${version##*.}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -16,18 +16,14 @@ 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=1ec16730569656f8a7c0ace5a6767dbb3aee243e923448cc2368e11b25e74ae7
|
checksum=6f64b248154e852d0da2f6cc81e5578e7fb3387737aadf1b0bd3e14fec92e316
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
make_build_target="cross-compile"
|
|
||||||
fi
|
|
||||||
|
|
||||||
system_accounts="_dqcache"
|
system_accounts="_dqcache"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -e '/chown/d' -i make-install.sh
|
vsed -e 's;usr/sbin;usr/bin;g' -i Makefile
|
||||||
echo "/usr/bin" >conf-sbin
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv dqcache
|
vsv dqcache
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue