← all formulas
fdroidserver
Create and manage Android app repositories for F-Droid
- Version
- v2.4.4
- License
- AGPL-3.0-or-later
- Tap
- homebrew/core
- Bottle
- available
- Revision
- 2
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install fdroidserverCaveats
For complete functionality, fdroidserver requires that the
Android SDK's "build-tools" and "platform-tools" are installed,
and those require a Java JDK. Also, it is best if the base path
of the Android SDK is set in the environment variable ANDROID_HOME.
To do this all from the command line, run:
brew install --cask android-commandlinetools temurin
export ANDROID_HOME=$HOMEBREW_CELLAR/fdroidserver/2.4.4_2/share/android-commandlinetools
$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "platform-tools" "build-tools;34.0.0"