17 lines
571 B
Bash
17 lines
571 B
Bash
# Template file for 'jdupes'
|
|
pkgname=jdupes
|
|
version=1.19.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=bb7c53cd463ab5e21da85948c4662a3b7ac9b038ae993cc14ccf793d2472e2e9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|