Difference between revisions of "F-Droid Server"

From Free Software Directory
Jump to: navigation, search
m (GNUtoo moved page F-Droid to F-Droid server without leaving a redirect: Multiple very different programs aggregated. F-Droid server is easier to add (Android applications usually depend on the nonfree Android SDK).)
(Add VCS webview)
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=F-Droid
+
|Name=F-Droid Server
|Short description=Free software server and client for distributing Android applications
+
|Short description=Free software tool for building Android applications and publishing them on F-Droid.
|Full description=The F-Droid Repository is an easily-installable catalogue of free software applications for the Android platform. The server contains the details of multiple versions of each application, and the Android client makes it easy to browse, install them onto your device, and keep track of updates.
+
|Full description=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.
 
|Homepage URL=http://f-droid.org
 
|Homepage URL=http://f-droid.org
 +
|Version download=https://gitlab.com/fdroid/fdroidserver
 
|Microblog=http://identi.ca/fdroid
 
|Microblog=http://identi.ca/fdroid
 
|IRC help=irc://irc.freenode.net/fdroid
 
|IRC help=irc://irc.freenode.net/fdroid
Line 9: Line 10:
 
|IRC development=irc://irc.freenode.net/fdroid
 
|IRC development=irc://irc.freenode.net/fdroid
 
|Keywords=android
 
|Keywords=android
|Version download=https://gitlab.com/fdroid/fdroidserver
 
 
|Version comment=Rolling release.
 
|Version comment=Rolling release.
 
|Last review by=John Sullivan
 
|Last review by=John Sullivan
Line 15: Line 15:
 
|Submitted by=Johns
 
|Submitted by=Johns
 
|Submitted date=2012/10/09
 
|Submitted date=2012/10/09
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=AGPLv3orlater
 
|License=AGPLv3orlater
|License verified by=John Sullivan
+
|License copyright=from setup.py:
|License verified date=2013/01/18
+
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
 +
from PKG-INFO:
 +
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
 +
from fdroidserver.egg-info/PKG-INFO:
 +
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
 +
|License verified by=Denis 'GNUtoo' Carikli
 +
|License verified date=2013-01-18
 +
|License note=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.
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Interface=command-line
 
|Internet-application=mobile-phone
 
|Internet-application=mobile-phone
 +
|Program-build-automation=make-related
 
|Programming-language=python
 
|Programming-language=python
 +
|Runs-on=Windows, OS X, GNU/Linux
 +
|Software-development=program-build-automation
 +
|Use=software-development
 +
|Version-control=git
 +
}}
 +
{{EntryGNU
 +
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[Babel]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[Bcrypt]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=python-docker-pycreds
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=python-pynacl
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to build
 +
|Prerequisite description=[[Websocket-client]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-androguard
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-apache-libcloud
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Python-clint]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Defusedxml]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-docker
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[GitPython]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-mwclient
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Paramiko]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-pillow
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-pyasn1
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Pyasn1-modules]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[PyYAML]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-qrcode
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-ruamel.yaml
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Requests]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=python-vagrant
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Weak prerequisite
 +
|Prerequisite description=Android SDK from PureOS, Replicant, or a toolchain for building applications for Android.
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://gitlab.com/fdroid/fdroidserver
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone https://gitlab.com/fdroid/fdroidserver.git
 +
|Computer languages=python3, bash
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=1.1.9
 +
|Version status=stable
 +
|User level=advanced
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 14:38, 19 September 2023


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

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

AudienceResource typeURI
VCS Repository Webviewhttps://gitlab.com/fdroid/fdroidserver


Software prerequisites

KindDescription
Required to usePyYAML
Required to buildpython-docker-pycreds
Required to usePython-clint
Required to usepython-apache-libcloud
Required to usepython-pyasn1
Required to buildpython-pynacl
Required to usepython-androguard
Required to buildWebsocket-client
Required to usepython-mwclient
Required to buildBcrypt
Required to buildBabel
Required to usepython-vagrant
Weak prerequisiteAndroid SDK from PureOS, Replicant, or a toolchain for building applications for Android.
Required to useGitPython
Required to usepython-qrcode
Required to useRequests
Required to usepython-pillow
Required to usepython-docker
Required to usePyasn1-modules
Required to usepython-ruamel.yaml
Required to useParamiko
Required to useDefusedxml




Entry


























































Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








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.