attic: clean up.
This commit is contained in:
parent
f09379640b
commit
a7cc1d01fc
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'attic'
|
||||
pkgname=attic
|
||||
version=0.16
|
||||
revision=16
|
||||
revision=17
|
||||
wrksrc="Attic-$version"
|
||||
build_style=python3-module
|
||||
pycompile_module="attic"
|
||||
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
||||
makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
|
||||
depends="python3-msgpack python3-llfuse"
|
||||
pycompile_module="attic"
|
||||
short_desc="A deduplicating backup program for efficient and secure backups"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
short_desc="Deduplicating backup program for efficient and secure backups"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://attic-backup.org/"
|
||||
license="BSD"
|
||||
distfiles="${PYPI_SITE}/A/Attic/Attic-0.16.tar.gz"
|
||||
distfiles="${PYPI_SITE}/A/Attic/Attic-${version}.tar.gz"
|
||||
checksum=6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in a new issue