17 lines
493 B
Bash
17 lines
493 B
Bash
# Template file for 'jdupes'
|
|
pkgname=jdupes
|
|
version=1.10.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="cr6git <quark6@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/jbruchon/jdupes"
|
|
distfiles="https://github.com/jbruchon/jdupes/archive/v${version}.tar.gz"
|
|
checksum=6c79035e2d349d0b1d749881b06a24ca43afc5b8f7e714c99b90a34b4618ed4f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|