mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'attic'
|
||||||
pkgname=attic
|
pkgname=attic
|
||||||
version=0.16
|
version=0.16
|
||||||
revision=16
|
revision=17
|
||||||
wrksrc="Attic-$version"
|
wrksrc="Attic-$version"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
pycompile_module="attic"
|
||||||
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx"
|
||||||
makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
|
makedepends="${hostmakedepends/python3-setuptools/} acl-devel"
|
||||||
depends="python3-msgpack python3-llfuse"
|
depends="python3-msgpack python3-llfuse"
|
||||||
pycompile_module="attic"
|
short_desc="Deduplicating backup program for efficient and secure backups"
|
||||||
short_desc="A deduplicating backup program for efficient and secure backups"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
license="BSD-3-Clause"
|
||||||
homepage="https://attic-backup.org/"
|
homepage="https://attic-backup.org/"
|
||||||
license="BSD"
|
distfiles="${PYPI_SITE}/A/Attic/Attic-${version}.tar.gz"
|
||||||
distfiles="${PYPI_SITE}/A/Attic/Attic-0.16.tar.gz"
|
|
||||||
checksum=6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c
|
checksum=6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue