Go to file
Boris Kraut 410c391506 Merge branch 'update/fr.simon.marquis.secretcodes' into 'master'
Add author name and email

- Add author name and email

lint & rewritemeta are ok, didn't run the build since no new build version available

See merge request !1412
2016-05-14 10:14:27 +00:00
build Remove all unused extlibs 2016-05-05 13:40:07 +01:00
hooks
metadata Merge branch 'update/fr.simon.marquis.secretcodes' into 'master' 2016-05-14 10:14:27 +00:00
srclibs Ring: Fix build 2016-05-06 16:38:39 +02:00
stats Update known apks 2016-05-14 10:20:35 +01:00
templates
.gitignore
.gitlab-ci.yml CI: Bump docker image 2016-05-12 23:11:17 +01:00
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md README: Use new badge url 2016-03-07 20:52:46 +00: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.