mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
New app: Termux:GUI
This commit is contained in:
parent
90e1e8a6a8
commit
76ac6aeeba
1 changed files with 30 additions and 0 deletions
30
metadata/com.termux.gui.yml
Normal file
30
metadata/com.termux.gui.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 0.1.3
|
||||||
|
CurrentVersionCode: 4
|
||||||
Loading…
Reference in a new issue