Go to file
Boris Kraut 0f28f36b31 Merge branch 'master' into 'master'
new app: de.saschahlusiak.freebloks

Adds a FOSS build of Freebloks 3D to f-droid.

https://play.google.com/store/apps/details?id=de.saschahlusiak.freebloks

See merge request !1476
2016-06-18 00:38:39 +00:00
build
hooks hooks/pre-commit: only check changed files 2016-06-17 11:36:18 +01:00
metadata Merge branch 'master' into 'master' 2016-06-18 00:38:39 +00:00
srclibs Switch gson srclib to github 2016-06-01 09:00:32 +02:00
stats Stats, etc 2016-06-18 01:15:16 +01:00
templates
.gitignore
.gitlab-ci.yml CI: bump docker image 2016-06-13 19:33:59 +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.