mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-08 04:56:06 +01:00
68 lines
1.9 KiB
YAML
68 lines
1.9 KiB
YAML
Categories:
|
|
- Sports & Health
|
|
- Workout
|
|
License: GPL-3.0-only
|
|
AuthorName: WillJr
|
|
SourceCode: https://github.com/Willames-Jr/fivetone_log
|
|
IssueTracker: https://github.com/Willames-Jr/fivetone_log/issues
|
|
Changelog: https://github.com/Willames-Jr/fivetone_log/releases
|
|
|
|
AutoName: 531 Log
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Willames-Jr/fivetone_log
|
|
|
|
Builds:
|
|
- versionName: 0.0.3
|
|
versionCode: 3
|
|
commit: v0.0.3
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- macos
|
|
- web
|
|
prebuild:
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.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
|
|
|
|
- versionName: 0.1.0
|
|
versionCode: 4
|
|
commit: 48e8df936e42964bd16c2a790d728e65ee57e33d
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
|
srclibs:
|
|
- flutter@stable
|
|
rm:
|
|
- ios
|
|
- linux
|
|
- macos
|
|
- web
|
|
prebuild:
|
|
- export flutterVersion=$(sed -n -E "s/.*flutter:\s([0-9.]+)/\1/p" pubspec.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.1.0
|
|
CurrentVersionCode: 4
|