17 lines
493 B
Bash
17 lines
493 B
Bash
# Template file for 'jdupes'
|
|
pkgname=jdupes
|
|
version=1.10.3
|
|
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=abeb446549369b609160a91c183237c93f5a2f8bea2ac5a6f4c72e905d5b20b7
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|