Go to file
est31 041438a9f1 AnCal: remove metadata file
AnCal has been disabled in 2013 due to inactivity [1].

This inactivity has continued. Although there is a new
upstream location [2], it has no (significant)
commits since > 4 years.

The readme explicitly states that it is not supported.

Therefore, remove the metadata file.

[1]: commit 281e2536f6
[2]: https://github.com/pzagawa/ancal/
2016-06-17 21:21:07 +02:00
build
hooks hooks/pre-commit: only check changed files 2016-06-17 11:36:18 +01:00
metadata AnCal: remove metadata file 2016-06-17 21:21:07 +02:00
srclibs Switch gson srclib to github 2016-06-01 09:00:32 +02:00
stats Update known apks 2016-06-17 10:17:48 +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.