Go to file
Boris Kraut 33acac8b21 Merge branch 'master' into 'master'
Add minetest 0.4.14 and correct icon license for minetest mod manager

Two things in one MR, please write if I should split them up.

See merge request !1415
2016-05-15 15:27:53 +00:00
build Remove all unused extlibs 2016-05-05 13:40:07 +01:00
hooks
metadata Merge branch 'master' into 'master' 2016-05-15 15:27:53 +00:00
srclibs Ring: Fix build 2016-05-06 16:38:39 +02:00
stats Known apks 2016-05-15 14:39:27 +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

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.