17 lines
570 B
Bash
17 lines
570 B
Bash
# Template file for 'jdupes'
|
|
pkgname=jdupes
|
|
version=1.10.4
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
|
|
distfiles="https://github.com/jbruchon/jdupes/archive/v${version}.tar.gz"
|
|
checksum=1a733878b244fbc79bae5359a65d50970b9fba8e499264067e9c153011d440c0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|