mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-23 17:47:28 +00:00
9 lines
308 B
Python
9 lines
308 B
Python
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
|
|
|
|
class AtomRecipe(CppCompiledComponentsPythonRecipe):
|
|
site_packages_name = 'atom'
|
|
version = '0.3.10'
|
|
url = 'https://github.com/nucleic/atom/archive/master.zip'
|
|
depends = ['python2','setuptools']
|
|
|
|
recipe = AtomRecipe()
|