mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
fdupes: moved from google code to github.
This commit is contained in:
parent
1c831fef67
commit
dfc3bbd59b
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'fdupes'
|
# Template file for 'fdupes'
|
||||||
pkgname=fdupes
|
pkgname=fdupes
|
||||||
version=1.51
|
version=1.51
|
||||||
revision=3
|
revision=4
|
||||||
distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz"
|
distfiles="https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$version.tar.gz"
|
||||||
checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
|
checksum=761e16d4ecfef7302c62fe7ef1e181cd34f5c6ce5377dcad96e3ed44fb364986
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
homepage="https://code.google.com/p/fdupes/"
|
homepage="https://github.com/adrianlopezroche/fdupes"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
short_desc="Identifying or deleting duplicate files residing within specified directories"
|
short_desc="Identifying or deleting duplicate files residing within specified directories"
|
||||||
|
wrksrc="$pkgname-$pkgname-$version"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make CC="$CC"
|
make CC="$CC"
|
||||||
|
|
Loading…
Add table
Reference in a new issue