18 lines
630 B
Bash
18 lines
630 B
Bash
# Template file for 'duperemove'
|
|
pkgname=duperemove
|
|
version=0.13
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_use_env=yes
|
|
hostmakedepends="pkg-config"
|
|
makedepends="sqlite-devel libglib-devel libgcrypt-devel"
|
|
short_desc="Tools for deduping file systems"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/markfasheh/duperemove"
|
|
distfiles="https://github.com/markfasheh/duperemove/archive/v${version}.tar.gz"
|
|
checksum=65fc972339965976cf617ed430ece86dc64c2695b2017db058413aa098f1da89
|
|
|
|
# The makefile tries to use git to guess if these aren't set.
|
|
export VERSION="${version}" IS_RELEASE=1
|