Go to file
est31 9d34e61343 Minetest mod manager: correct icon license and remove antifeature
The minetest icon is in fact licensed under CC-BY-SA 3.0 [1].
This means that the modified logo must be licensed under that license
as well.

This means that the antifeature can be removed.

See also the upstream commit [2].

[1]: https://forum.minetest.net/viewtopic.php?p=63922#p63922
[2]: 45987b9748
2016-05-15 16:24:02 +02:00
build
hooks
metadata Minetest mod manager: correct icon license and remove antifeature 2016-05-15 16:24:02 +02:00
srclibs
stats Known apks 2016-05-15 14:39:27 +01:00
templates
.gitignore
.gitlab-ci.yml CI: Bump docker image 2016-05-12 23:11:17 +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.