mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-19 04:14:03 +00:00
Add new app GPA Calculator
This commit is contained in:
parent
d03c9bd669
commit
097a2ba803
1 changed files with 88 additions and 0 deletions
88
metadata/com.gpa.calculator.gpa_calculator.yml
Normal file
88
metadata/com.gpa.calculator.gpa_calculator.yml
Normal file
|
|
@ -0,0 +1,88 @@
|
||||||
|
Categories:
|
||||||
|
- Science & Education
|
||||||
|
License: BSD-3-Clause
|
||||||
|
AuthorName: Mohammed Ragheb
|
||||||
|
SourceCode: https://github.com/mllrr96/Gpa-Calculator
|
||||||
|
IssueTracker: https://github.com/mllrr96/Gpa-Calculator/issues
|
||||||
|
|
||||||
|
AutoName: GPA Calculator
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/mllrr96/Gpa-Calculator.git
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.0.5
|
||||||
|
versionCode: 11
|
||||||
|
commit: a9cdbce059503f3cc6f082b1275cfccdbc67a520
|
||||||
|
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- screenshots
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter-apk-build.yaml)
|
||||||
|
- '[[ $flutterVersion ]]'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform=android-x64
|
||||||
|
|
||||||
|
- versionName: 1.0.5
|
||||||
|
versionCode: 12
|
||||||
|
commit: a9cdbce059503f3cc6f082b1275cfccdbc67a520
|
||||||
|
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- screenshots
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter-apk-build.yaml)
|
||||||
|
- '[[ $flutterVersion ]]'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform=android-arm
|
||||||
|
|
||||||
|
- versionName: 1.0.5
|
||||||
|
versionCode: 13
|
||||||
|
commit: a9cdbce059503f3cc6f082b1275cfccdbc67a520
|
||||||
|
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- screenshots
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/flutter-apk-build.yaml)
|
||||||
|
- '[[ $flutterVersion ]]'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform=android-arm64
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
VercodeOperation:
|
||||||
|
- '%c * 10 + 1'
|
||||||
|
- '%c * 10 + 2'
|
||||||
|
- '%c * 10 + 3'
|
||||||
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
|
CurrentVersion: 1.0.5
|
||||||
|
CurrentVersionCode: 13
|
||||||
Loading…
Reference in a new issue