Add MyRepertoirApp (io.github.adithya_jayan.myrepertoirapp.fdroid)

This commit is contained in:
Adithya Jayan 2025-11-24 14:26:36 +00:00 committed by Licaon_Kter
parent 40cff5b9d0
commit ca8d7ad8da

View file

@ -0,0 +1,105 @@
Categories:
- Gallery
- Multimedia
- Music Practice Tool
License: Apache-2.0
AuthorName: Adithya Jayan
AuthorEmail: contact_me@adithyajayan.in
AuthorWebSite: https://adithyajayan.in/
WebSite: https://adithyajayan.in/MyRepertoirApp/
SourceCode: https://github.com/Adithya-Jayan/MyRepertoirApp
IssueTracker: https://github.com/Adithya-Jayan/MyRepertoirApp/issues
AutoName: Repertoire
RepoType: git
Repo: https://github.com/Adithya-Jayan/MyRepertoirApp.git
Builds:
- versionName: 4.0.0
versionCode: 141
commit: v4.0.0+14
output: build/app/outputs/flutter-apk/app-armeabi-v7a-fdroid-release.apk
srclibs:
- flutter@3.35.1
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\s*'(.*)'/\1/p" .github/workflows/release.yml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scanignore:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release --split-per-abi
--target-platform=android-arm --build-number=$(( $$VERCODE$$ / 10 ))
- versionName: 4.0.0
versionCode: 142
commit: v4.0.0+14
output: build/app/outputs/flutter-apk/app-arm64-v8a-fdroid-release.apk
srclibs:
- flutter@3.35.1
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\s*'(.*)'/\1/p" .github/workflows/release.yml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scanignore:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release --split-per-abi
--target-platform=android-arm64 --build-number=$(( $$VERCODE$$ / 10 ))
- versionName: 4.0.0
versionCode: 143
commit: v4.0.0+14
output: build/app/outputs/flutter-apk/app-x86_64-fdroid-release.apk
srclibs:
- flutter@3.35.1
rm:
- ios
- linux
- macos
- web
- windows
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\s*'(.*)'/\1/p" .github/workflows/release.yml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scanignore:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor fdroid --release --split-per-abi
--target-platform=android-x64 --build-number=$(( $$VERCODE$$ / 10 ))
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+\.\d+\.\d+\+\d+$
VercodeOperation:
- 10 * %c + 1
- 10 * %c + 2
- 10 * %c + 3
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 4.0.0
CurrentVersionCode: 143