21 lines
590 B
Bash
21 lines
590 B
Bash
# Template file for 'fdupes'
|
|
pkgname=fdupes
|
|
version=2.1.1
|
|
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/v${version}.tar.gz"
|
|
checksum=37b1a499f6eb8b625b45641a2600be69ef591cd1e737e75afd50aa72ac215ea4
|
|
|
|
pre_configure() {
|
|
autoreconf --install
|
|
}
|
|
|
|
post_install() {
|
|
vlicense README
|
|
}
|