void-packages/srcpkgs/jdupes/template
Nathan Owens 82bdbebba7 jdupes: update to 1.19.0
[ci skip]
2020-11-21 11:06:14 -08:00

17 lines
571 B
Bash

# Template file for 'jdupes'
pkgname=jdupes
version=1.19.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=98676d3455c89882c3f7f4934602f9e7aca2b054caf3f0deaf286552ce9b276b
post_install() {
vlicense LICENSE
}