diff --git a/metadata/ir.shahriaarrr.tomodoro.yml b/metadata/ir.shahriaarrr.tomodoro.yml new file mode 100644 index 0000000000..869d9d3309 --- /dev/null +++ b/metadata/ir.shahriaarrr.tomodoro.yml @@ -0,0 +1,45 @@ +Categories: + - Task + - Time +License: GPL-3.0-only +SourceCode: https://github.com/shahriaarrr/Tomodoro +IssueTracker: https://github.com/shahriaarrr/Tomodoro/issues +Changelog: https://github.com/shahriaarrr/Tomodoro/releases + +AutoName: tomodoro + +RepoType: git +Repo: https://github.com/shahriaarrr/Tomodoro.git + +Builds: + - versionName: 0.7.0 + versionCode: 2 + commit: 61eb2e4579bf45f59f6821ec18b54de2be5e44a5 + output: build/app/outputs/flutter-apk/*-release.apk + srclibs: + - flutter@stable + rm: + - ios + - linux + - macos + - test + - web + - windows + prebuild: + - flutterVersion=$(sed -n -E "s/.*flutter-version:\ \"(.*)\"/\1/p" .github/workflows/release.yaml) + - '[[ $flutterVersion ]] || exit 1' + - git -C $$flutter$$ checkout -f $flutterVersion + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + scandelete: + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - $$flutter$$/bin/flutter build apk --release + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 0.7.0 +CurrentVersionCode: 2