95cf8e443e
add mega client meaga app: https://github.com/meganz/android I've been trying to get the developer to add a branch for f-droid: https://github.com/meganz/android/pull/9 but i think they will not take care about this. So this build script will remove all the nonfree stuff by itself. I just not 100% percent sure if all the libs used to build the native part are free, but it seems so (a check would not be bad). See merge request !1678 |
||
---|---|---|
build | ||
hooks | ||
metadata | ||
srclibs | ||
stats | ||
templates | ||
.gitignore | ||
.gitlab-ci.yml | ||
CONTRIBUTING.md | ||
fdroid-icon.png | ||
LICENSE | ||
README.md |
F-Droid Data
This repository holds general and build information for all the apps on our main repo on f-droid.org.
Quickstart
Install fdroidserver, or just use it directly from master:
git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"
Clone fdroiddata (or your fork) and enter it:
git clone https://gitlab.com/fdroid/fdroiddata.git
cd fdroiddata
An empty config file should work for most setups:
touch config.py
Make sure fdroid works and reads the metadata files properly:
fdroid readmeta
Contributing
See the Contributing doc.
More information
You can find more details on the manual.