Removed leftovers from template
This commit is contained in:
parent
740456b0b4
commit
92c8b65ee0
|
|
@ -1,65 +1,25 @@
|
||||||
# F-Droid metadata template
|
Categories:University, Gaming
|
||||||
#
|
License:GPLv3
|
||||||
# See http://f-droid.org/manual for more details
|
|
||||||
#
|
|
||||||
# Fields that are commented out are optional
|
|
||||||
|
|
||||||
# Disabled: (if an app must vanish from the repo)
|
|
||||||
# AntiFeatures: (comma-separated) (possible values hard-coded in fdroidserver)
|
|
||||||
Categories: University, Gaming
|
|
||||||
License: GPLv3
|
|
||||||
|
|
||||||
Web Site: http://d120.de/studenten/ophase/
|
Web Site:http://d120.de/studenten/ophase/
|
||||||
Source Code: https://github.com/d120/Kistenstapeln-Android/
|
Source Code:https://github.com/d120/Kistenstapeln-Android/
|
||||||
Issue Tracker: https://github.com/d120/Kistenstapeln-Android/issues
|
Issue Tracker:https://github.com/d120/Kistenstapeln-Android/issues
|
||||||
|
|
||||||
# Donate: (web link)
|
Summary:Evaluator of a simple box stacking game.
|
||||||
# FlattrID: (number)
|
|
||||||
# Bitcoin: (bitcoin address)
|
|
||||||
|
|
||||||
# Name: (to override the name of the app in the index)
|
|
||||||
Summary: Android App for the evaluation of a simple box stacking game.
|
|
||||||
Description:
|
Description:
|
||||||
This app is used for evaluation of a simple box stacking game played by new computer science students at TU Darmstadt.
|
Used for evaluation of a simple box stacking game played by new computer science students at TU Darmstadt.
|
||||||
#
|
|
||||||
#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/master/res/raw/changelog.xml Changelog]
|
|
||||||
#
|
|
||||||
#Links to other apps too: [[some.other.app]]
|
|
||||||
.
|
.
|
||||||
|
|
||||||
# Requires Root: Yes (f not having root breaks the app or renders it useless)
|
Repo Type:git
|
||||||
|
Repo:https://github.com/d120/Kistenstapeln-Android.git
|
||||||
|
|
||||||
# Repo and Build fields only matter in source-built apps
|
|
||||||
Repo Type: git
|
|
||||||
Repo: https://github.com/d120/Kistenstapeln-Android.git
|
|
||||||
|
|
||||||
# One for each source build
|
|
||||||
# Build:<version>,<version code>
|
|
||||||
# commit=<tag/commit/rev>
|
|
||||||
# [...]
|
|
||||||
#
|
|
||||||
# For a complete list of flags, see the manual
|
|
||||||
Build:1.0-beta,1
|
Build:1.0-beta,1
|
||||||
commit=v1.0-beta
|
commit=v1.0-beta
|
||||||
|
gradle=yes
|
||||||
|
subdir=app
|
||||||
|
|
||||||
|
Auto-Update Mode:Version v%v
|
||||||
# Maintainer Notes:
|
Update Check Mode:Tag
|
||||||
# Here go the notes to take into account for future updates, builds, etc.
|
Current Version:v1.0-beta
|
||||||
# Will be published in the wiki if present.
|
Current Version Code:1
|
||||||
# .
|
|
||||||
|
|
||||||
Auto Update Mode: Version v%v
|
|
||||||
Update Check Mode: Tag
|
|
||||||
Current Version: v1.0-beta
|
|
||||||
Current Version Code: 1
|
|
||||||
|
|
||||||
# No Source Since: First version to be partially or completely missing upstream
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue