Skip to content

Commit

Permalink
F-Droid metadata, final releases from tagged Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
h4mu committed Feb 8, 2020
1 parent 2f2caaa commit 1b7b2c1
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deploy:
file: app/build/outputs/apk/**/*debug.apk
skip_cleanup: true
draft: false
prerelease: true
prerelease: false
on:
repo: h4mu/rott94
branch: master
Expand Down
47 changes: 47 additions & 0 deletions metadata/io.github.h4mu.rott94.shareware.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Categories:
- Games
License: GPL-2.0-only
WebSite: https://www.facebook.com/Rott94MobileSourcePort/
SourceCode: https://github.com/h4mu/rott94
IssueTracker: https://github.com/h4mu/rott94/issues
Changelog: https://github.com/h4mu/rott94/releases

Summary: Rise of the Triad source port Shareware
Description: |-
This is a source port of Apogee's DOS FPS game [http://en.wikipedia.org/wiki/Rise_of_the_Triad Rise of the Triad], originally
released in 1994 (Shareware) and 1995 (Full version). This is the Shareware
edition.
Main Features:
* Uses SDL2 for portablility and performance
* Intuitive touch controls
* Joystick/gamepad support
Known Limitations:
* Multiplayer not supported
Note: You will need the original game content files and place them in the game
folder on the (emulated) SD Card before you can play.
RepoType: git
Repo: https://github.com/h4mu/rott94.git

Builds:
- versionName: v0.87-beta
versionCode: 7
commit: v0.87-beta
subdir: android
gradle:
- shareware
output: app/build/outputs/apk/shareware/release/app-shareware-release-unsigned.apk
forceversion: true
forcevercode: true
prebuild: sed -i -e "s/versionName .*/versionName \"`git describe --abbrev=0`\"/g"
-e "s/versionCode .*/versionCode `git tag | wc -l`/g" -e "/versionNameSuffix/d"
app/build.gradle
scandelete:
- android/app/jni/SDL/Xcode/*
- android/app/jni/SDL_mixer/Xcode/*

AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
48 changes: 48 additions & 0 deletions metadata/io.github.h4mu.rott94.sitelicense.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Categories:
- Games
License: GPL-2.0-only
WebSite: https://www.facebook.com/Rott94MobileSourcePort/
SourceCode: https://github.com/h4mu/rott94
IssueTracker: https://github.com/h4mu/rott94/issues
Changelog: https://github.com/h4mu/rott94/releases

Summary: Rise of the Triad source port Site License
Description: |-
This is a source port of Apogee's DOS FPS game [http://en.wikipedia.org/wiki/Rise_of_the_Triad Rise of the Triad], originally
released in 1994 (Shareware) and 1995 (Full version). This is the Site License
edition.
Main Features:
* Uses SDL2 for portablility and performance
* Intuitive touch controls
* Joystick/gamepad support
* 3rd party content supported
Known Limitations:
* Multiplayer not supported
Note: You will need the original game content files and place them in the game
folder on the (emulated) SD Card before you can play.
RepoType: git
Repo: https://github.com/h4mu/rott94.git

Builds:
- versionName: v0.87-beta
versionCode: 1
commit: v0.87-beta
subdir: android
gradle:
- sitelicense
output: app/build/outputs/apk/sitelicense/release/app-sitelicense-release-unsigned.apk
forceversion: true
forcevercode: true
prebuild: sed -i -e "s/versionName .*/versionName \"`git describe --abbrev=0`\"/g"
-e "s/versionCode .*/versionCode `git tag | wc -l`/g" -e "/versionNameSuffix/d"
app/build.gradle
scandelete:
- android/app/jni/SDL/Xcode/*
- android/app/jni/SDL_mixer/Xcode/*

AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
48 changes: 48 additions & 0 deletions metadata/io.github.h4mu.rott94.superrott.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Categories:
- Games
License: GPL-2.0-only
WebSite: https://www.facebook.com/Rott94MobileSourcePort/
SourceCode: https://github.com/h4mu/rott94
IssueTracker: https://github.com/h4mu/rott94/issues
Changelog: https://github.com/h4mu/rott94/releases

Summary: Rise of the Triad source port SuperROTT
Description: |-
This is a source port of Apogee's DOS FPS game [http://en.wikipedia.org/wiki/Rise_of_the_Triad Rise of the Triad], originally
released in 1994 (Shareware) and 1995 (Full version). This is the SuperROTT
(aka CD-ROM) edition.
Main Features:
* Uses SDL2 for portablility and performance
* Intuitive touch controls
* Joystick/gamepad support
* 3rd party content supported
Known Limitations:
* Multiplayer not supported
Note: You will need the original game content files and place them in the game
folder on the (emulated) SD Card before you can play.
RepoType: git
Repo: https://github.com/h4mu/rott94.git

Builds:
- versionName: v0.87-beta
versionCode: 7
commit: v0.87-beta
subdir: android
gradle:
- superrott
output: app/build/outputs/apk/superrott/release/app-superrott-release-unsigned.apk
forceversion: true
forcevercode: true
prebuild: sed -i -e "s/versionName .*/versionName \"`git describe --abbrev=0`\"/g"
-e "s/versionCode .*/versionCode `git tag | wc -l`/g" -e "/versionNameSuffix/d"
app/build.gradle
scandelete:
- android/app/jni/SDL/Xcode/*
- android/app/jni/SDL_mixer/Xcode/*

AutoUpdateMode: Version v%v
UpdateCheckMode: Tags

0 comments on commit 1b7b2c1

Please sign in to comment.