18 lines
568 B
Bash
18 lines
568 B
Bash
# Template file for 'jdupes'
|
|
pkgname=jdupes
|
|
version=1.11
|
|
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.eu>"
|
|
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=6cf46a8befef414b99933d3c0f9f58f3b3c7339dc11a744de7380c540d0f1ed4
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|