mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-09 13:58:36 +00:00
42 lines
963 B
YAML
42 lines
963 B
YAML
Categories:
|
|
- Development
|
|
License: GPL-3.0-only
|
|
AuthorName: Tarek Sander
|
|
AuthorEmail: tsanderdev@gmail.com
|
|
SourceCode: https://github.com/tareksander/termux-gui
|
|
IssueTracker: https://github.com/tareksander/termux-gui/issues
|
|
|
|
AutoName: Termux:GUI
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tareksander/termux-gui.git
|
|
|
|
Builds:
|
|
- versionName: 0.1.3
|
|
versionCode: 4
|
|
commit: 0.1.3
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r23b
|
|
|
|
- versionName: 0.1.4
|
|
versionCode: 5
|
|
commit: 6c0543039ef5c0653ba6c3c9de0c8fa0cb4099de
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update || apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
ndk: r23b
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.1.4
|
|
CurrentVersionCode: 5
|