Skip to content

Commit 4e51735

Browse files
committed
add libtribler recipe
1 parent 54afc33 commit 4e51735

File tree

1 file changed

+18
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)