Go to file
Boris Kraut ade9da2f6c Merge branch 'master' into 'master'
Add WaveUp to F-Droid

I'd like to add my first app to the F-Droid repo. I hope I have followed the instructions correctly. Please be so kind to tell me if I've done something wrong or if I need to correct something.

Thank you very much!

Right now the GitLab build is failing. There seems to be an issue cloning a shallow copy of a repo. I have tested the build without --depth=1 and it's working. There is a new issue about this https://gitlab.com/gitlab-org/gitlab-ce/issues/15110

See merge request !1333
2016-04-10 20:36:12 +00:00
build
hooks
metadata Merge branch 'master' into 'master' 2016-04-10 20:36:12 +00:00
srclibs Added library references for Dogecoin and updated Dogecoin build script 2016-03-31 21:53:00 -07:00
stats Update known apks 2016-04-10 18:45:31 +00:00
templates
.gitignore
.gitlab-ci.yml CI: Bump image 2016-04-05 10:52:37 +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.