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'
|
||||
pkgname=fdupes
|
||||
version=1.51
|
||||
revision=3
|
||||
distfiles="https://fdupes.googlecode.com/files/fdupes-${version}.tar.gz"
|
||||
checksum="87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881"
|
||||
revision=4
|
||||
distfiles="https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$version.tar.gz"
|
||||
checksum=761e16d4ecfef7302c62fe7ef1e181cd34f5c6ce5377dcad96e3ed44fb364986
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="https://code.google.com/p/fdupes/"
|
||||
homepage="https://github.com/adrianlopezroche/fdupes"
|
||||
license="MIT"
|
||||
short_desc="Identifying or deleting duplicate files residing within specified directories"
|
||||
wrksrc="$pkgname-$pkgname-$version"
|
||||
|
||||
do_build() {
|
||||
make CC="$CC"
|
||||
|
|
Loading…
Reference in a new issue