mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
fdroid: add page (#3550)
This commit is contained in:
parent
caebe85050
commit
51e75c278c
1 changed files with 29 additions and 0 deletions
29
pages/common/fdroid.md
Normal file
29
pages/common/fdroid.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# fdroid
|
||||
|
||||
> F-Droid build tool.
|
||||
> F-Droid is an installable catalogue 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}}`
|
Loading…
Add table
Reference in a new issue