import app into fdroid directly from git clone

This adds a new method for `fdroid import` that will generate the fdroidserver
metadata based on a local git repo.  This new mode generates the metadata in
the new .fdroid.yaml format in the git repo itself.  It is intended as a quick
way to get starting building apps using the fdroidserver tools.
This commit is contained in:
Hans-Christoph Steiner 2016-03-21 21:00:12 +01:00
parent 994488ad47
commit 19189b9b04
3 changed files with 65 additions and 22 deletions

View file

@ -27,6 +27,7 @@ setup(name='fdroidserver',
'examples/fdroid-icon.png']),
],
install_requires=[
'GitPython',
'mwclient',
'paramiko',
'Pillow',