void-packages/srcpkgs/jdupes/template
2019-06-21 02:19:45 +02:00

17 lines
571 B
Bash

# Template file for 'jdupes'
pkgname=jdupes
version=1.13.1
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=6b68ea30b0d8fceb31ccbc07187133dbff0cc84678752e89ad3270c89322710f
post_install() {
vlicense LICENSE
}