18 lines
569 B
Bash
18 lines
569 B
Bash
# Template file for 'jdupes'
|
|
pkgname=jdupes
|
|
version=1.12
|
|
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=282d7ac60756507eec752e37747aedeaa74bc335d7c3c17c2987044520c23723
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|