From 67dd491b33aca2421532d41fc2930e387279984d Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Fri, 17 Aug 2018 15:46:23 +0000 Subject: [PATCH] faster access to meta data templates - wget command - link to templates --- CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cfc1f6a4a..9c705c33da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,10 +40,14 @@ If the app is on GitHub, GitLab or Bitbucket, use `fdroid import`: fdroid import --url https://github.com/foo/bar --subdir app -Alternatively, start the metadata file from scratch: +Alternatively, start the metadata file from scratch, see [the templates](https://gitlab.com/fdroid/fdroiddata/tree/master/templates): cp templates/app-minimal metadata/app.id.txt +Or by download: + + wget -O metadata/app.id.txt https://gitlab.com/fdroid/fdroiddata/raw/master/templates/app-minimal + Now that the file is created, you need to fill up all the app information and add a working build recipe.