void-packages/srcpkgs/jdupes/template

24 lines
679 B
Bash

# Template file for 'jdupes'
pkgname=jdupes
version=1.21.2
revision=1
build_style=gnu-makefile
make_build_args="ENABLE_BTRFS=1"
short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
maintainer="Orphaned <orphan@voidlinux.org>"
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=5c92333b06cefb1092bf398349218499c6aba94ae735316623a0114f9eda0f75
CFLAGS="-DENABLE_DEDUPE"
post_install() {
vlicense LICENSE
}
do_check() {
./jdupes -v | grep 'Compile-time extensions:.*fsdedup'
}