1 # Maintainer: SahibBommelig <sahib@online.de>
2 # rmlint PKBUILD for ArchLinux
6 pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
10 url=("https://github.com/sahib/rmlint")
12 source=('https://github.com/downloads/sahib/rmlint/rmlint_1.0.8.tar.gz')
13 md5sums=('a3e12cde8083e982101c101551bd7d2f')
14 md5sums=('f95f1440f55fea67bef8f67b33a61e93')
18 cd ${srcdir}/${pkgname}
19 ./configure --prefix=/usr
24 cd ${srcdir}/${pkgname}
25 make DESTDIR=$pkgdir install || return 1