Go to file
Hans-Christoph Steiner e39dc0f83d OpenKeychain: use upstream's descriptive texts
upstream uses fastlane or triple-t and their texts is a maintained version
of what is in fdroiddata:
https://fdroid.gitlab.io/fdroid-website/docs/All_About_Descriptions_Graphics_and_Screenshots
2017-06-15 23:56:41 +02:00
build
hooks support localized files and graphics in git pre-commit hook 2017-05-30 10:53:28 +02:00
metadata OpenKeychain: use upstream's descriptive texts 2017-06-15 23:56:41 +02:00
srclibs Merge branch 'retroboy' into 'master' 2017-06-14 08:44:20 +00:00
stats Update known apks 2017-06-15 09:56:25 +01:00
templates
.gitignore
.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.