mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
New app submission: ir.shahriaarrr.tomodoro
This commit is contained in:
parent
62cda9345c
commit
284a45f433
1 changed files with 45 additions and 0 deletions
45
metadata/ir.shahriaarrr.tomodoro.yml
Normal file
45
metadata/ir.shahriaarrr.tomodoro.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue