mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Add OpenCalc
This commit is contained in:
parent
9651c80755
commit
591e17efea
1 changed files with 30 additions and 0 deletions
30
metadata/com.darkempire78.opencalculator.yml
Normal file
30
metadata/com.darkempire78.opencalculator.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Darkempire78
|
||||
AuthorEmail: darkempirepro@gmail.com
|
||||
SourceCode: https://github.com/Darkempire78/OpenCalc
|
||||
IssueTracker: https://github.com/Darkempire78/OpenCalc/issues
|
||||
Changelog: https://github.com/Darkempire78/OpenCalc/releases
|
||||
|
||||
AutoName: OpenCalc
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Darkempire78/OpenCalc
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: 49b96ed30a60c97c58c6a29253c1b8f864369f97
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue