mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
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
|