mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
rdfind: new port at 1.6.0
This commit is contained in:
1
main/rdfind/.checksums
Normal file
1
main/rdfind/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
01eef1de8f4d47459bfe31f153e36cfc rdfind-1.6.0.tar.gz
|
||||
8
main/rdfind/.pkgfiles
Normal file
8
main/rdfind/.pkgfiles
Normal 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
17
main/rdfind/spkgbuild
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user