1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-08 17:15:24 +02:00
tldr/pages/common/fdroid.md
Managor 36735f324a
common*: refresh old pages part 8 (#16293)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-05-03 05:57:20 +03:00

29 lines
671 B
Markdown

# 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/en/docs/Building_Applications/>.
- 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}}`