New package: dedup-0.9
This commit is contained in:
parent
a8a76d7b7a
commit
df57113952
2 changed files with 18 additions and 0 deletions
17
srcpkgs/dedup/template
Normal file
17
srcpkgs/dedup/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
1
srcpkgs/dedup/update
Normal file
1
srcpkgs/dedup/update
Normal file
|
@ -0,0 +1 @@
|
|||
site="https://dl.2f30.org/releases/"
|
Loading…
Reference in a new issue