echo, fdroid, fdroidcl, ffprobe, ffsend, fg, firefox, fortune, fuck, g++, gdb, gpg2, grep: add German translation (#5361)
2021-03-07 14:12:23 +00:00
|
|
|
# fdroid
|
|
|
|
|
|
|
|
> F-Droid Build Tool.
|
|
|
|
> F-Droid ist ein installierbarer Katalog mit FOSS (Freie Open Source Software) Apps für Android.
|
2021-04-24 12:09:56 +01:00
|
|
|
> Weitere Informationen: <https://f-droid.org/>.
|
echo, fdroid, fdroidcl, ffprobe, ffsend, fg, firefox, fortune, fuck, g++, gdb, gpg2, grep: add German translation (#5361)
2021-03-07 14:12:23 +00:00
|
|
|
|
|
|
|
- Kompiliere eine bestimmte App:
|
|
|
|
|
|
|
|
`fdroid build {{app_id}}`
|
|
|
|
|
|
|
|
- Kompiliere eine bestimmte App in einer Build-Server-VM:
|
|
|
|
|
|
|
|
`fdroid build {{app_id}} --server`
|
|
|
|
|
|
|
|
- Veröffentliche die App im lokalen Repository:
|
|
|
|
|
|
|
|
`fdroid publish {{app_id}}`
|
|
|
|
|
|
|
|
- Installiere die App auf jedem verbundenen Gerät:
|
|
|
|
|
|
|
|
`fdroid install {{app_id}}`
|
|
|
|
|
|
|
|
- Überprüfe, ob die Metadaten korrekt formatiert sind:
|
|
|
|
|
|
|
|
`fdroid lint --format {{app_id}}`
|
|
|
|
|
|
|
|
- Korrigiere die Formatierung automatisch (wenn möglich):
|
|
|
|
|
|
|
|
`fdroid rewritemeta {{app_id}}`
|