fdroiddata/templates/app-full

86 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-01-02 17:54:16 +00:00
# F-Droid metadata template
#
# See http://f-droid.org/manual for more details
# and the Metadata reference
# https://f-droid.org/docs/Build_Metadata_Reference/
2014-01-02 17:54:16 +00:00
#
# Fields that are commented out are optional
2015-03-29 18:23:41 +00:00
#
# Single-line fields start right after the colon (with a whitespace).
2017-12-12 23:56:15 +00:00
Categories: (use those which apply)
2019-11-22 10:01:05 +00:00
- Connectivity
- Development
- Games
- Graphics
- Internet
- Money
- Multimedia
- Navigation
- Phone & SMS
- Reading
- Science & Education
- Security
- Sports & Health
- System
- Theming
- Time
- Writing
License: (identifier from https://spdx.org/licenses)
# WebSite: (web link)
SourceCode: (web link)
# IssueTracker: (web link)
# Changelog: (web link)
# Donate: (web link)
# FlattrID: (number)
# LiberapayID: (number)
# Bitcoin: (bitcoin address)
Summary: (one sentence, no more than 30-50 chars, no trailing punctuation)
Description: |-
Description of what the app does, starting on a new line. It should be as
objective as possible and wrapped at 80 chars (except links and list
items).
A blank line means a line break, i.e. the end of a paragraph.
Bulleted lists can be used:
* Item 1
* Item 2
Links can be added like this:
[https://github.com/org/project/raw/HEAD/res/raw/changelog.xml Changelog]
2014-01-02 17:54:16 +00:00
Links to other apps too: [[some.other.app]]
2015-03-29 18:23:41 +00:00
RepoType: (git, git-svn, svn, hg or bzr)
Repo: (repo url, preferably https)
2013-07-25 11:14:00 +00:00
# At least one for new apps
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
# submodules: true
gradle:
- yes
# output: some.apk
# prebuild: sed -i -e
2011-02-24 22:47:19 +00:00
# For a complete list of possible flags, see the manual
# MaintainerNotes: |-
# Here go the notes to take into account for future updates, builds, etc.
# Will be published in the wiki if present.
2013-05-17 18:53:34 +00:00
# The following options are described at this location:
# https://f-droid.org/docs/Build_Metadata_Reference/#UpdateCheckMode
AutoUpdateMode: (see the manual)
UpdateCheckMode: (see the manual)
CurrentVersion: (current version name)
CurrentVersionCode: (current version code, i.e. number)