mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-29 02:07:30 +00:00
40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
|
|
Categories:
|
||
|
|
- Games
|
||
|
|
- Graphics
|
||
|
|
License: AGPL-3.0-or-later
|
||
|
|
SourceCode: https://gitlab.com/devauxcedric/miniature-painting-companion
|
||
|
|
IssueTracker: https://gitlab.com/devauxcedric/miniature-painting-companion/-/issues
|
||
|
|
|
||
|
|
AutoName: Minis companion
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://gitlab.com/devauxcedric/miniature-painting-companion.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.0.0
|
||
|
|
versionCode: 1
|
||
|
|
commit: 3ac364431adb23c830f640a38dcec7ce318a76f9
|
||
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@stable
|
||
|
|
rm:
|
||
|
|
- ios
|
||
|
|
prebuild:
|
||
|
|
- flutterVersion=$(sed -n -E "s/.*flutter:\ '(.*)'/\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 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: 1.0.0
|
||
|
|
CurrentVersionCode: 1
|