We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f771ccb commit be03cf1Copy full SHA for be03cf1
1 file changed
pythonforandroid/recipes/phonebot/__init__.py
@@ -0,0 +1,11 @@
1
+from pythonforandroid.recipe import PythonRecipe
2
+
3
4
+class PhonebotRecipe(PythonRecipe):
5
+ version = "0.2"
6
+ url = 'https://github.com/yycho0108/PhoneBot/archive/0.2.tar.gz'
7
+ depends = ["setuptools"]
8
+ site_packages_name = 'phonebot'
9
10
11
+recipe = PhonebotRecipe()
0 commit comments