rdfind: initial commit, version 1.6.0

This commit is contained in:
Tim Biermann 2023-11-12 09:47:06 +01:00
parent 4a057d6332
commit d1a77ff1cb
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 31 additions and 0 deletions

7
rdfind/.footprint Normal file
View File

@ -0,0 +1,7 @@
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

5
rdfind/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/brmYWvzfIUCMnatyxCth0VL+74MY8fETyIly3CAqBhyJjUCDJbqIkCSOyYl1pT/Thn1xetRALLTOkMTZZFG5wk=
SHA256 (Pkgfile) = cfb1e91673dd398f566d499ea82dd5fafb06fdcd0b4353fbe8c7f5f36acb9913
SHA256 (.footprint) = bd41ed10b18a71992a117c604bcce4eeabeeb08d291c6d9ed939a47f305380ab
SHA256 (rdfind-1.6.0.tar.gz) = 9198d41c7a14bdf29c347570bab5001a56a4d23c1bc2e962115dccbc2d0d2265

19
rdfind/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: find duplicate files utility
# URL: https://github.com/pauldreik/rdfind
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: nettle
name=rdfind
version=1.6.0
release=1
source=(https://github.com/pauldreik/rdfind/archive/releases/$version.tar.gz)
renames=($name-$version.tar.gz)
build() {
cd $name-releases-$version
./bootstrap.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}