Go to file
Daniel Martí 95cf8e443e Merge branch 'mega_app' into 'master'
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
2016-11-04 19:36:28 +00:00
build
hooks
metadata Merge branch 'mega_app' into 'master' 2016-11-04 19:36:28 +00:00
srclibs
stats Stats, etc 2016-11-04 01:15:24 +00:00
templates
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md

F-Droid Data

build status

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.