mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New App: net.alexbarry.calc_android (AlexCalc)
This commit is contained in:
parent
e91407db25
commit
102af37b91
1 changed files with 32 additions and 0 deletions
32
metadata/net.alexbarry.calc_android.yml
Normal file
32
metadata/net.alexbarry.calc_android.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Alex Barry
|
||||
WebSite: https://alexbarry.github.io/AlexCalc/
|
||||
SourceCode: https://github.com/alexbarry/AlexCalc
|
||||
IssueTracker: https://github.com/alexbarry/AlexCalc/issues
|
||||
|
||||
AutoName: AlexCalc
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/alexbarry/AlexCalc.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 9
|
||||
commit: 7882d09d8f7a9002ce6e6f5f7d2902b37d7da731
|
||||
subdir: src/android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install npm
|
||||
gradle:
|
||||
- universal
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.22.1'
|
||||
- cd src/main/assets/html
|
||||
- npm install
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 9
|
||||
Loading…
Reference in a new issue