22 lines
743 B
Bash
22 lines
743 B
Bash
# Template file for 'rmlint'
|
|
pkgname=rmlint
|
|
version=2.4.6
|
|
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 <miwaxe@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://rmlint.rtfd.org/"
|
|
distfiles="https://github.com/sahib/$pkgname/archive/v$version.tar.gz"
|
|
checksum=1ec614c38dbeb0a5d181286111ed4e37707fcd10e2c3569db0a41ef1765c5415
|
|
|
|
if [ "$XBPS_TARGET_MACHINE" = "armv6l" ]; then
|
|
broken="http://build.voidlinux.eu/builders/armv6l_builder/builds/18864/steps/shell_3/logs/stdio"
|
|
fi
|
|
|
|
do_install() {
|
|
scons install --prefix=${DESTDIR}/usr
|
|
}
|