18 lines
631 B
Bash
18 lines
631 B
Bash
# Template file for 'fdupes'
|
|
pkgname=fdupes
|
|
version=2.2.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="ncurses-devel pcre2-devel"
|
|
short_desc="Identify or delete duplicate files within specified directories"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/adrianlopezroche/fdupes"
|
|
changelog="https://raw.githubusercontent.com/adrianlopezroche/fdupes/master/CHANGES"
|
|
distfiles="https://github.com/adrianlopezroche/fdupes/releases/download/v${version}/fdupes-${version}.tar.gz"
|
|
checksum=846bb79ca3f0157856aa93ed50b49217feb68e1b35226193b6bc578be0c5698d
|
|
|
|
post_install() {
|
|
vlicense README
|
|
}
|