# Maintainer: Tobias Powalowski # Contributor: Christian Kohlstedde # Contributor: Mariusz Libera # Contributor: Alex 'AdUser' Z pkgname=rdfind pkgver=1.6.0 pkgrel=4 pkgdesc='Redundant data find - a program that finds duplicate files' arch=('x86_64') url='https://rdfind.pauldreik.se' license=('GPL-2.0-only') depends=('nettle' 'glibc' 'gcc-libs') makedepends=('git') source=("rdfind-1.6.0.tar.gz") sha512sums=('21d135551bd2d71a71dfe1e4faece6e980db3df18f34433b7b0a5da9e21ccc9067337892025afa9b4b1fd6069732a144b5b7b8e0441cbc9821a71a8b934cced1') validpgpkeys=("CC3C51BA88205B19728A6F07C9D9A0EA44EAE0EB") b2sums=('96ca92d94e76a4014e874be35b94189c1f22fb00f1cdf06c2ac48e3b9d4ca1b589ec831f6f9059dd668d9d539f5adfab7b820eaaff70fb35a7624400445b999c') prepare() { cd "${pkgname}-${pkgver}" ./bootstrap.sh } build() { cd "${pkgname}-${pkgver}" ./configure --prefix=/usr make } check() { cd "${pkgname}-${pkgver}" make check } package() { cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}/" install # documentation install -dm755 "${pkgdir}/usr/share/doc/${pkgname}" install -m644 AUTHORS ChangeLog README TODO \ "${pkgdir}/usr/share/doc/${pkgname}" }