rdfind: new port at 1.6.0

This commit is contained in:
Luis
2023-11-12 17:18:14 +00:00
parent 24add66774
commit d9b92366ea
3 changed files with 26 additions and 0 deletions

1
main/rdfind/.checksums Normal file
View File

@@ -0,0 +1 @@
01eef1de8f4d47459bfe31f153e36cfc rdfind-1.6.0.tar.gz

8
main/rdfind/.pkgfiles Normal file
View File

@@ -0,0 +1,8 @@
rdfind-1.6.0-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/rdfind
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/rdfind.1.gz

17
main/rdfind/spkgbuild Normal file
View File

@@ -0,0 +1,17 @@
# description : find duplicate files utility
# homepage : https://github.com/pauldreik/rdfind
# depends : nettle
name=rdfind
version=1.6.0
release=1
source="$name-$version.tar.gz::https://github.com/pauldreik/rdfind/archive/releases/$version.tar.gz"
build() {
cd $name-releases-$version
./bootstrap.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}