Skip to content

Commit 19b2205

Browse files
committed
Merge pull request kivy#726 from brussee/libtribler
add libtribler recipe
2 parents 1830608 + be70e75 commit 19b2205

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
from pythonforandroid.toolchain import PythonRecipe
2+
3+
"""
4+
Privacy with BitTorrent and resilient to shut down
5+
6+
http://www.tribler.org
7+
"""
8+
class LibTriblerRecipe(PythonRecipe):
9+
10+
version = 'devel'
11+
12+
url = 'git+https://github.com/Tribler/tribler.git'
13+
14+
depends = ['apsw', 'cherrypy', 'cryptography', 'decorator', 'feedparser',
15+
'ffmpeg', 'libnacl', 'libsodium', 'libtorrent', 'm2crypto',
16+
'netifaces', 'openssl', 'pyasn1', 'pil', 'pycrypto', 'pyleveldb',
17+
'python2', 'requests', 'twisted']
18+
19+
site_packages_name = 'Tribler'
20+
21+
22+
recipe = LibTriblerRecipe()

0 commit comments

Comments
 (0)