template-full: no rarely needed fields, cleanup
This commit is contained in:
parent
423c55bb5d
commit
7ffc6ba3c5
|
@ -6,8 +6,6 @@
|
||||||
#
|
#
|
||||||
# Single-line fields start right after the colon (without whitespace).
|
# Single-line fields start right after the colon (without whitespace).
|
||||||
|
|
||||||
# Disabled:(if an app must vanish from the repo)
|
|
||||||
# AntiFeatures:(comma-separated) (possible values hard-coded in fdroidserver)
|
|
||||||
Categories:(comma-separated)
|
Categories:(comma-separated)
|
||||||
License:
|
License:
|
||||||
|
|
||||||
|
@ -19,7 +17,6 @@ Issue Tracker:(web link)
|
||||||
# FlattrID:(number)
|
# FlattrID:(number)
|
||||||
# Bitcoin:(bitcoin address)
|
# Bitcoin:(bitcoin address)
|
||||||
|
|
||||||
# Name:(to override the name of the app in the index)
|
|
||||||
Summary:(one sentence, no more than 30-50 chars, no trailing punctuation)
|
Summary:(one sentence, no more than 30-50 chars, no trailing punctuation)
|
||||||
Description:
|
Description:
|
||||||
Description of what the app does, starting on a new line. It should be as
|
Description of what the app does, starting on a new line. It should be as
|
||||||
|
@ -40,18 +37,15 @@ Links to other apps too: [[some.other.app]]
|
||||||
To close a multiline field, add a new line with only a dot.
|
To close a multiline field, add a new line with only a dot.
|
||||||
.
|
.
|
||||||
|
|
||||||
# Requires Root:Yes (f not having root breaks the app or renders it useless)
|
|
||||||
|
|
||||||
# Repo and Build fields only matter in source-built apps
|
|
||||||
Repo Type:(git, git-svn, svn, hg or bzr)
|
Repo Type:(git, git-svn, svn, hg or bzr)
|
||||||
Repo:(repo url, don't use auth
|
Repo:(repo url, preferably https)
|
||||||
|
|
||||||
# One for each source build
|
# At least one for new apps
|
||||||
Build:<version>,<version code>
|
Build:<version>,<version code>
|
||||||
commit=<tag/commit/rev>
|
commit=<tag/commit/rev>
|
||||||
# [...]
|
# [...]
|
||||||
#
|
#
|
||||||
# For a complete list of flags, see the manual
|
# For a complete list of possible flags, see the manual
|
||||||
|
|
||||||
# Maintainer Notes:
|
# Maintainer Notes:
|
||||||
# Here go the notes to take into account for future updates, builds, etc.
|
# Here go the notes to take into account for future updates, builds, etc.
|
||||||
|
@ -63,5 +57,4 @@ Update Check Mode:(see the manual)
|
||||||
Current Version:(current version name)
|
Current Version:(current version name)
|
||||||
Current Version Code:(current version code, i.e. number)
|
Current Version Code:(current version code, i.e. number)
|
||||||
|
|
||||||
# No Source Since:First version to be partially or completely missing upstream
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue