Find a file
Hans-Christoph Steiner 9007fa35fc license correction: NewBSD --> BSD-3-Clause
I did a manual audit to see if the licenses match this:
https://spdx.org/licenses/BSD-3-Clause.html

for f in `grep '^License:' metadata/*.txt|grep NewBSD| cut -d : -f 1|sort -u | sed 's,\.txt,,'|cut -d / -f 2`; do find build/$f/ -iname '*license*' -o -iname 'COPYING*' | xargs less; done

#234
2017-05-02 11:33:34 +02:00
build
hooks
metadata license correction: NewBSD --> BSD-3-Clause 2017-05-02 11:33:34 +02:00
srclibs SuperTuxKart: Add deps srclib 2017-04-08 17:02:48 +02:00
stats Stats, etc 2017-05-02 01:15:42 +01:00
templates
.gitignore
.gitlab-ci.yml gitlab-ci: use server image from https://gitlab.com/fdroid/ci-images 2017-04-04 21:56:20 +02: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"

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.