18 lines
591 B
Bash
18 lines
591 B
Bash
# Template file for 'rmlint'
|
|
pkgname=rmlint
|
|
version=2.7.0
|
|
revision=1
|
|
build_style=scons
|
|
hostmakedepends="scons pkg-config python3-Sphinx glib-devel"
|
|
makedepends="libblkid-devel elfutils-devel json-glib-devel"
|
|
pycompile_module="shredder"
|
|
short_desc="Extremely fast tool to remove duplicates"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-3"
|
|
homepage="http://rmlint.rtfd.org/"
|
|
distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz"
|
|
checksum=174aaf4a3fd4c2911b7ddffd2804c6b940e38bedbb5cf2a6ec51b552cf919c33
|
|
|
|
do_install() {
|
|
scons install --prefix=${DESTDIR}/usr
|
|
}
|