mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
New App io.github.maocypher.dogsportsdiary
This commit is contained in:
parent
814c106f48
commit
1485e1dd30
1 changed files with 55 additions and 0 deletions
55
metadata/io.github.maocypher.dogsportsdiary.yml
Normal file
55
metadata/io.github.maocypher.dogsportsdiary.yml
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorName: Ann-Jacqueline Lange
|
||||
AuthorEmail: maocypher@gmail.com
|
||||
WebSite: https://dgsptdry.uber.space/
|
||||
SourceCode: https://github.com/maocypher/dogsportsdiary
|
||||
IssueTracker: https://github.com/maocypher/dogsportsdiary/issues
|
||||
|
||||
AutoName: Dog Sports Diary
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/maocypher/dogsportsdiary.git
|
||||
Binaries: https://github.com/maocypher/dogsportsdiary/releases/download/%v/io.github.maocypher.dogsportsdiary_%c.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.9
|
||||
versionCode: 9
|
||||
commit: 677120147452b21f013329c29f1d1d89589513a7
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv io.github.maocypher.dogsportsdiary /tmp/build
|
||||
- pushd /tmp/build
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build io.github.maocypher.dogsportsdiary
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv io.github.maocypher.dogsportsdiary /tmp/build
|
||||
- pushd /tmp/build
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release
|
||||
- popd
|
||||
- mv /tmp/build io.github.maocypher.dogsportsdiary
|
||||
ndk: 26.3.11579264
|
||||
|
||||
AllowedAPKSigningKeys: 30e6a93271004112891a28ace5bc08b10b2b65a291883a29f88fe009935e2e62
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
|
||||
CurrentVersion: 1.0.9
|
||||
CurrentVersionCode: 9
|
||||
Loading…
Reference in a new issue