void-packages/srcpkgs/dedup/template
2019-03-26 19:36:35 +01:00

17 lines
488 B
Bash

# Template file for 'dedup'
pkgname=dedup
version=0.9
revision=1
build_style=gnu-makefile
make_install_args="MANPREFIX=/usr/share/man"
makedepends="liblz4-devel"
short_desc="Data deduplication backup tool"
maintainer="Dimitris Papastamos <sin@2f30.org>"
license="ISC"
homepage="https://git.2f30.org/dedup"
distfiles="https://dl.2f30.org/releases/${pkgname}-${version}.tar.gz"
checksum=1e8ae82aeb63c6fc7ccc67c198922fcf66f15b17fa3d5395645b3138ee29352f
post_install() {
vlicense LICENSE
}