aboutsummaryrefslogtreecommitdiffstats
path: root/testing/deluge/APKBUILD
blob: dbefee5391d6128c6230353722fbe9f41feb8872 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Contributor: August Klein <amatcoder@gmail.com>
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=deluge
pkgver=2.0.2
pkgrel=1
pkgdesc="A lightweight, Free Software, cross-platform BitTorrent client"
url="https://deluge-torrent.org/"
arch="noarch"
license="GPL-3.0-or-later"
depends="
	py3-setuptools
	py3-twisted
	py3-rencode
	py3-openssl
	py3-xdg
	py3-pillow
	py3-mako
	py3-chardet
	py3-six
	py3-setproctitle
	py3-zope-interface
	py3-asn1
	py3-markupsafe
	py3-service_identity
	py3-hamcrest
	py3-hyperlink
	py3-automat
	py3-libtorrent-rasterbar
	py3-gobject3
	"
subpackages="$pkgname-doc"
source="http://download.deluge-torrent.org/source/${pkgver%.*}/$pkgname-$pkgver.tar.xz"


replaces="$pkgname-lang" # Overwrite removed subpackage

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="8c7e0da53c61cd6848dc060b62abc68e53d490741a6e7317e98757e54d60a363527a084611e0b9460970bec7487d1a880dcdc8994882815b8812497cede99632  deluge-2.0.2.tar.xz"