void-packages/srcpkgs/duperemove/template

20 lines
608 B
Bash
Raw Normal View History

2015-04-03 11:53:58 +02:00
# Template file for 'duperemove'
pkgname=duperemove
2015-10-13 09:11:49 +02:00
version=0.10
2015-04-07 09:07:56 +02:00
revision=1
2015-04-03 11:53:58 +02:00
short_desc="Tools for deduping file systems"
2015-07-09 07:58:10 +02:00
maintainer="Enno Boland <gottox@voidlinux.eu>"
2015-04-03 11:53:58 +02:00
hostmakedepends="pkg-config"
2015-10-13 09:29:09 +02:00
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
2015-04-03 11:53:58 +02:00
license="GPL-2"
homepage="https://github.com/markfasheh/duperemove"
distfiles="https://github.com/markfasheh/duperemove/archive/v$version.tar.gz"
2015-10-13 09:11:49 +02:00
checksum=1ef855c4d0a85efc8757edcac5ea7189d896d2f2abad0e572c47f6568cf050aa
do_build() {
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS"
}
2015-04-03 12:05:56 +02:00
do_install() {
make PREFIX=/usr SBINDIR=/usr/bin DESTDIR=${DESTDIR} install
}