void-packages/srcpkgs/rmlint/template
2017-11-02 09:33:28 +01:00

18 lines
591 B
Bash

# Template file for 'rmlint'
pkgname=rmlint
version=2.6.1
revision=3
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=b4de3de2f197b5978113eb9d013ee9890efbdf01ba739416255ecc2567199b81
do_install() {
scons install --prefix=${DESTDIR}/usr
}