32 lines
802 B
YAML
32 lines
802 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
AuthorName: acidburnmonkey
|
|
AuthorEmail: developercontact.gnarly348@slmail.me
|
|
WebSite: https://acidburnmonkey.github.io/stims/
|
|
SourceCode: https://github.com/acidburnmonkey/stims
|
|
IssueTracker: https://github.com/acidburnmonkey/stims/issues
|
|
|
|
AutoName: Stims
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/acidburnmonkey/stims
|
|
|
|
Builds:
|
|
- versionName: '1.2'
|
|
versionCode: 4
|
|
commit: TO_BE_TAGGED
|
|
subdir: app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.2'
|
|
CurrentVersionCode: 4
|