android: add F-Droid metadata file and fdroidserver package to guix environment
This commit is contained in:
@ -10,6 +10,11 @@ Run `mvn clean install` in this directory to build the `lib` and `desktop` modul
|
||||
|
||||
If the `ANDROID_HOME` environment variable exists, `android` will also be built.
|
||||
|
||||
Under GNU Guix System, the `guix_activate_environment` script can be used to create an environment that contains necessary packages for building this app.
|
||||
|
||||
### F-Droid
|
||||
If the `fdroid` command is available, the app can be built using `fdroid build`. The Guix environment script will add the `fdroidserver` package to the generated environment.
|
||||
|
||||
## How to install
|
||||
### GNU/Linux
|
||||
`desktop` contains a wrapper script that will call the version of `piecannon-desktop-app` installed in your maven repository, and then open the uploaded file in your browser. You can copy or symlink this wrapper script anywhere. Typically you would put it in `~/bin` or `~/.local/bin`. Make sure that directory is in your `PATH`.
|
||||
|
Reference in New Issue
Block a user