mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Newapp: SmokeStack
This commit is contained in:
parent
2c7c4c3ccb
commit
c0ec7b475f
1 changed files with 29 additions and 0 deletions
29
metadata/org.purple.smokestack.yml
Normal file
29
metadata/org.purple.smokestack.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: MIT
|
||||
WebSite: https://textbrowser.github.io/smoke/
|
||||
SourceCode: https://github.com/textbrowser/smokestack
|
||||
IssueTracker: https://github.com/textbrowser/smokestack/issues
|
||||
|
||||
AutoName: SmokeStack
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/textbrowser/smokestack
|
||||
|
||||
Builds:
|
||||
- versionName: 2022.03.15
|
||||
versionCode: 20220315
|
||||
commit: b980d03ffdf4f9313c0560d90d6726380d5bc68e
|
||||
subdir: SmokeStack/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/apk/smokestack.apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2022.03.15
|
||||
CurrentVersionCode: 20220315
|
||||
Loading…
Reference in a new issue