fdroiddata/templates/general.yml

70 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2014-01-02 17:54:16 +00:00
# F-Droid metadata template
#
2023-01-01 12:09:30 +00:00
# See https://f-droid.org/docs/ 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
2023-01-01 12:09:30 +00:00
# These items are the metadata for the app. Please fill as many as possible.
2021-01-26 18:31:59 +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)
2025-04-30 11:12:43 +00:00
# AuthorName: (text)
2023-01-01 12:09:30 +00:00
# AuthorEmail: (web link)
# AuthorWebSite: (web link)
# WebSite: (web link)
SourceCode: (web link)
# IssueTracker: (web link)
# Changelog: (web link)
# Donate: (web link)
2025-04-30 11:12:43 +00:00
# Liberapay: (user name)
# Bitcoin: (bitcoin address)
RepoType: (git, git-svn, svn, hg or bzr)
Repo: (repo url, preferably https)
2023-01-01 12:09:30 +00:00
Binaries: (Upstream binary link for reproducible build)
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
# output: some.apk
# prebuild: sed -i -e
2023-01-01 12:09:30 +00:00
# build: make
2011-02-24 22:47:19 +00:00
2023-01-01 12:09:30 +00:00
# For a complete list of possible flags, see the docs
# 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
2023-01-01 12:09:30 +00:00
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1