Difference between revisions of "F-Droid Server"
m (GNUtoo moved page F-Droid server to F-Droid Server: Guix uses https://pypi.org/project/fdroidserver/ as source code and there there Server is with a big S.) |
m (GNUtoo moved page F-Droid server to F-Droid Server without leaving a redirect: Guix uses https://pypi.org/project/fdroidserver/ as source code and there there Server is with a big S.) |
(No difference)
|
Revision as of 13:59, 19 September 2023
F-Droid Server
http://f-droid.org
Free software tool for building Android applications and publishing them on F-Droid.
The F-Droid Server can be used to build F-Droid packages by using F-Droid compatible package definitions. With it you can sign applications and publish your own F-Droid repository. Note that for building existing applications you might need a free Android SDK like the one in PureOS, or from Replicant 4.2.
Download
https://gitlab.com/fdroid/fdroidserver
version 1.1.9 (stable)
User level
Advanced
VCS Checkout
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Denis 'GNUtoo' Carikli
Verified on
18 January 2013
Notes
from fdroidserver/common.py:
#!/usr/bin/env python3 # # common.py - part of the FDroid server tools # Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com # Copyright (C) 2013-2014 Daniel Martí <mvdan@mvdan.cc> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # common.py is imported by all modules, so do not import third-party# libraries here as they will become a requirement for all commands.
Leaders and contributors
Resources and communication
Audience | Resource type | URI |
---|---|---|
VCS Repository Webview | https://gitlab.com/fdroid/fdroidserver |
Software prerequisites
Kind | Description |
---|---|
Required to use | PyYAML |
Required to build | python-docker-pycreds |
Required to use | Python-clint |
Required to use | python-apache-libcloud |
Required to use | python-pyasn1 |
Required to build | python-pynacl |
Required to use | python-androguard |
Required to build | Websocket-client |
Required to use | python-mwclient |
Required to build | Bcrypt |
Required to build | Babel |
Required to use | python-vagrant |
Weak prerequisite | Android SDK from PureOS, Replicant, or a toolchain for building applications for Android. |
Required to use | GitPython |
Required to use | python-qrcode |
Required to use | Requests |
Required to use | python-pillow |
Required to use | python-docker |
Required to use | Pyasn1-modules |
Required to use | python-ruamel.yaml |
Required to use | Paramiko |
Required to use | Defusedxml |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.