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'
|
||||
pkgname=dq
|
||||
version=0.0.20220101
|
||||
version=0.0.20220822
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version##*.}"
|
||||
build_style=gnu-makefile
|
||||
|
@ -16,18 +16,14 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="Public Domain"
|
||||
homepage="https://mojzis.com/software/dq/"
|
||||
distfiles="https://github.com/janmojzis/dq/archive/${version##*.}.tar.gz"
|
||||
checksum=1ec16730569656f8a7c0ace5a6767dbb3aee243e923448cc2368e11b25e74ae7
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make_build_target="cross-compile"
|
||||
fi
|
||||
checksum=6f64b248154e852d0da2f6cc81e5578e7fb3387737aadf1b0bd3e14fec92e316
|
||||
|
||||
system_accounts="_dqcache"
|
||||
|
||||
post_extract() {
|
||||
sed -e '/chown/d' -i make-install.sh
|
||||
echo "/usr/bin" >conf-sbin
|
||||
vsed -e 's;usr/sbin;usr/bin;g' -i Makefile
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsv dqcache
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue