rdfind: initial commit, version 1.6.0
This commit is contained in:
parent
4a057d6332
commit
d1a77ff1cb
7
rdfind/.footprint
Normal file
7
rdfind/.footprint
Normal 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
5
rdfind/.signature
Normal 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
19
rdfind/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user