Go to file
Boris Kraut 1c34a2f298 Merge branch 'master' into 'master'
com.termux: Correct the version disabled

See merge request !2257
2017-05-20 21:20:32 +00:00
build
hooks
metadata com.termux: Correct the version disabled 2017-05-20 22:42:32 +02:00
srclibs
stats Stats, etc 2017-05-18 15:44:19 +01:00
templates
.gitignore ignore test dumps from fdroidserver/tests/dump_internal_metadata_format.py 2017-05-16 09:55:03 +02:00
.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.