tldr/pages/common/fdroid.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

641 B

fdroid

F-Droid build tool. F-Droid is an installable catalog of FOSS (Free and Open Source Software) applications for the Android platform. More information: https://f-droid.org/.

  • Build a specific app:

fdroid build {{app_id}}

  • Build a specific app in a build server VM:

fdroid build {{app_id}} --server

  • Publish the app to the local repository:

fdroid publish {{app_id}}

  • Install the app on every connected device:

fdroid install {{app_id}}

  • Check if the metadata is formatted correctly:

fdroid lint --format {{app_id}}

  • Fix the formatting automatically (if possible):

fdroid rewritemeta {{app_id}}