void-packages/srcpkgs/jdupes/template
2020-01-05 15:43:11 +01:00

17 lines
571 B
Bash

# Template file for 'jdupes'
pkgname=jdupes
version=1.14.0
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/v${version}.tar.gz"
checksum=b83285d97f1df5602647749829fdcdbcf21ece273c669bdb8e62544238b1f54e
post_install() {
vlicense LICENSE
}