mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Add dahliaOS Calculator
This commit is contained in:
parent
6e5fe52ce1
commit
af65573229
1 changed files with 43 additions and 0 deletions
43
metadata/io.dahliaos.calculator.yml
Normal file
43
metadata/io.dahliaos.calculator.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
- Money
|
||||
- System
|
||||
License: Apache-2.0
|
||||
AuthorName: dahliaOS
|
||||
AuthorEmail: contact@dahliaos.io
|
||||
AuthorWebSite: https://dahliaos.io/
|
||||
SourceCode: https://github.com/dahliaOS/calculator
|
||||
IssueTracker: https://github.com/dahliaOS/calculator/issues
|
||||
Changelog: https://github.com/dahliaOS/calculator/releases
|
||||
OpenCollective: dahliaos
|
||||
|
||||
AutoName: Calculator
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dahliaOS/calculator.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.1
|
||||
versionCode: 21
|
||||
commit: e54c8315bbeace2487f52dc4b16abec337f95701
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
- fuchsia
|
||||
- dahliaOS
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 21
|
||||
Loading…
Reference in a new issue