Find a file
est31 d9b0d85ff8 Add WIP build for snapcast 0.10.0
Current build issue: tremor can't find vorbis include file.
We added some commits from the master tree as it seems that the vorbis
submodule was removed from the .gitmodules file while not being removed
from external/vorbis, resulting in a build error. One of the commits on
master did that second removal.
2016-11-25 21:49:43 +01:00
build
hooks
metadata Add WIP build for snapcast 0.10.0 2016-11-25 21:49:43 +01:00
srclibs
stats Update known apks 2016-11-23 10:51:33 +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.