Go to file
Daniel Martí b640725df3 Merge branch 'harmonize-license' into 'master'
Harmonize license name



See merge request !1497
2016-06-22 16:33:58 +00:00
build
hooks pre-commit: do nothing if no apps are changed 2016-06-20 11:18:31 +01:00
metadata Harmonize license name 2016-06-22 15:52:52 +00:00
srclibs Switch gson srclib to github 2016-06-01 09:00:32 +02:00
stats Update known apks 2016-06-22 09:42:39 +01:00
templates
.gitignore
.gitlab-ci.yml CI: bump image 2016-06-20 11:18:48 +01:00
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md README: fix badge 2016-06-03 16:59:15 +01:00

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"

Enter your fdroiddata clone:

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.