Skip to content

Commit be03cf1

Browse files
committed
add phonebot
1 parent f771ccb commit be03cf1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)