aboutsummaryrefslogtreecommitdiffstats
path: root/community/duplicity/APKBUILD
blob: 618d43875e75485affa77c735e996a7290ac677d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: Matt Smith <mcs@darkregion.net>
# Maintainer:  Matt Smith <mcs@darkregion.net>
pkgname=duplicity
pkgver=1.0.1
pkgrel=1
pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm"
url="https://duplicity.gitlab.io/duplicity-web/"
arch="all"
license="GPL-2.0-or-later"
depends="python3 py3-boto gpg gpg-agent ncftp py3-fasteners py3-future"
makedepends="python3-dev py3-setuptools librsync-dev gettext"
subpackages="$pkgname-doc $pkgname-lang"
source="https://launchpad.net/duplicity/${pkgver%.*}/$pkgver/+download/duplicity-$pkgver.tar.gz"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py build_ext
}

package() {
	python3 setup.py install --root "$pkgdir"
}

sha512sums="
47a449a836bb491fd9d7a1254dc88d53c75fc4abf806271113400ca1a261f8a520e3c194a8ecdf1bf26959acd1fbc00702978cecef57c20ea3f4d2ebc2d6d275  duplicity-1.0.1.tar.gz
"