Go to file
Daniel Martí 1478d1e98c Merge branch 'aeondroid' into 'master'
Submit AeonDroid, a planetary hours and astrological transit app, to F-Droid



See merge request !991
2015-09-25 22:17:05 +00:00
build
hooks
metadata Submit AeonDroid, a planetary hours and astrological transit app, to F-Droid 2015-09-25 15:03:10 -07:00
srclibs
stats Update known apks 2015-09-25 10:10:10 +00:00
templates
tools Use bash for verify script 2015-09-25 13:11:49 +02:00
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md Update build status badge to new CI url 2015-09-22 21:44:45 -07: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

Clone fdroidserver:

git clone https://gitlab.com/fdroid/fdroidserver.git

Add the cloned dir to your PATH:

export PATH="$PATH:$PWD/fdroidserver

Enter it:

cd fdroiddata

An empty configuration file should work as a start:

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.