mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
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:
parent
994488ad47
commit
19189b9b04
3 changed files with 65 additions and 22 deletions
1
setup.py
1
setup.py
|
@ -27,6 +27,7 @@ setup(name='fdroidserver',
|
|||
'examples/fdroid-icon.png']),
|
||||
],
|
||||
install_requires=[
|
||||
'GitPython',
|
||||
'mwclient',
|
||||
'paramiko',
|
||||
'Pillow',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue