jdupes: update to 1.23.0, adopt
This commit is contained in:
parent
96d90a4a61
commit
1570a01fa3
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'jdupes'
|
||||
pkgname=jdupes
|
||||
version=1.21.3
|
||||
version=1.23.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="ENABLE_BTRFS=1"
|
||||
make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
|
||||
make_use_env=yes
|
||||
makedepends="libjodycode-devel"
|
||||
short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jbruchon/jdupes"
|
||||
changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
|
||||
distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8992d0ff1fe135c685063ce3c9d69d54f1f19f1b32845e84441f888218063cc0
|
||||
|
||||
CFLAGS="-DENABLE_DEDUPE"
|
||||
checksum=5fdf7646518a26fefc322d7c9a5953c61db72d96626120ffa7f18197b59153d1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
do_check() {
|
||||
./jdupes -v | grep 'Compile-time extensions:.*fsdedup'
|
||||
./jdupes -v | grep 'Compile-time feature flags:.*dedup'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue