#!/bin/mkpkg # description: find duplicate files utility # url: https://github.com/pauldreik/rdfind name=rdfind version=1.8.0 release=1 depends=(nettle) source=(https://github.com/pauldreik/rdfind/archive/releases/$version.tar.gz) renames=($name-$version.tar.gz) sha256sums=( "6651603138cb91872d3e1628af5b89992f1937a86201645e8387fa42f98bc206" ) build() { cd $name-releases-$version ./bootstrap.sh ./configure --prefix=/usr make make DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh