void-packages/srcpkgs/jdupes/template
2019-08-25 10:03:12 +02:00

18 lines
571 B
Bash

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