this post was submitted on 26 Aug 2023
25 points (100.0% liked)
F-Droid
8080 readers
1 users here now
F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.
Matrix space | forum | IRC
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To publish on F-Droid, you need to publish the code. F-Droid complies their own binaries using their keys. They have a faq on their page on how to set it up.
You can also publish your binary and offer it to the IzzyOnDroid F-Droid repo. They're less stingy with requirements, tho I believe the app still needs to be open source.
Or again with a binary, as long as it's published on github/gitlab etc, people can add it via the Obtainium app, or just download it directly.
(I'm not a dev, so don't know much more details.)
So let's say for example, I make like a little software out of Godot, then I will tgz the code and send it to F-droid. Is that how it works?
You don't need to send it, they just retrieve it from your git, they have a faq on their site. But people are saying you can package it yourself if you compile the binary according to their instructions, so I'm out of the loop anyway. Just look at their site, they ought to have the instructions.