fdupes: update to 2.1.2.
This commit is contained in:
parent
3785e3e539
commit
fecf787abd
|
@ -1,20 +1,15 @@
|
|||
# Template file for 'fdupes'
|
||||
pkgname=fdupes
|
||||
version=2.1.1
|
||||
version=2.1.2
|
||||
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
|
||||
}
|
||||
distfiles="https://github.com/adrianlopezroche/fdupes/releases/download/v${version}/fdupes-${version}.tar.gz"
|
||||
checksum=cd5cb53b6d898cf20f19b57b81114a5b263cc1149cd0da3104578b083b2837bd
|
||||
|
||||
post_install() {
|
||||
vlicense README
|
||||
|
|
Loading…
Reference in New Issue