21 lines
589 B
Bash
21 lines
589 B
Bash
# Template file for 'fdupes'
|
|
pkgname=fdupes
|
|
version=2.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="autoconf automake"
|
|
makedepends="ncurses-devel pcre2-devel"
|
|
short_desc="Identify or delete duplicate files within specified directories"
|
|
maintainer="Steven R <dev@styez.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/adrianlopezroche/fdupes"
|
|
distfiles="https://github.com/adrianlopezroche/fdupes/archive/${version}.tar.gz"
|
|
checksum=7d2bddee297b6780547ce7f4f6a9e045cae90b763f64cf971b558f0374ec8909
|
|
|
|
pre_configure() {
|
|
autoreconf --install
|
|
}
|
|
|
|
post_install() {
|
|
vlicense README
|
|
}
|