mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Help Adding KitX Mobile (com.crequency.kitx.mobile)
This commit is contained in:
parent
5938c9a901
commit
ed6c77e23b
1 changed files with 144 additions and 0 deletions
144
metadata/com.crequency.kitx.mobile.yml
Normal file
144
metadata/com.crequency.kitx.mobile.yml
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- System
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Crequency
|
||||
AuthorWebSite: https://catrol.cn
|
||||
SourceCode: https://github.com/Crequency/KitX-Mobile
|
||||
IssueTracker: https://github.com/Crequency/KitX-Mobile/issues
|
||||
OpenCollective: kitx
|
||||
|
||||
AutoName: KitX
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Crequency/KitX-Mobile
|
||||
|
||||
Builds:
|
||||
- versionName: 24.10.63
|
||||
versionCode: 5641
|
||||
commit: 1fce7d61770a8da8acf8f970787a2083e940a5e0
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: kitx_mobile/build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/Crequency/KitX-Mobile/releases/download/v%v/kitx-mobile-x86_64-release.apk
|
||||
rm:
|
||||
- kitx_mobile/ios
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/KitX-Mobile
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.crequency.kitx.mobile $repo/KitX-Mobile
|
||||
- pushd $repo/KitX-Mobile
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- cd kitx_mobile
|
||||
- ../.flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/KitX-Mobile com.crequency.kitx.mobile
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/KitX-Mobile
|
||||
- cd ..
|
||||
- mv com.crequency.kitx.mobile $repo/KitX-Mobile
|
||||
- pushd $repo/KitX-Mobile
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- cd kitx_mobile
|
||||
- ../.flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/KitX-Mobile com.crequency.kitx.mobile
|
||||
|
||||
- versionName: 24.10.63
|
||||
versionCode: 5642
|
||||
commit: 1fce7d61770a8da8acf8f970787a2083e940a5e0
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: kitx_mobile/build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/Crequency/KitX-Mobile/releases/download/v%v/kitx-mobile-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- kitx_mobile/ios
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/KitX-Mobile
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.crequency.kitx.mobile $repo/KitX-Mobile
|
||||
- pushd $repo/KitX-Mobile
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- cd kitx_mobile
|
||||
- ../.flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/KitX-Mobile com.crequency.kitx.mobile
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/KitX-Mobile
|
||||
- cd ..
|
||||
- mv com.crequency.kitx.mobile $repo/KitX-Mobile
|
||||
- pushd $repo/KitX-Mobile
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- cd kitx_mobile
|
||||
- ../.flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/KitX-Mobile com.crequency.kitx.mobile
|
||||
|
||||
- versionName: 24.10.63
|
||||
versionCode: 5643
|
||||
commit: 1fce7d61770a8da8acf8f970787a2083e940a5e0
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: kitx_mobile/build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/Crequency/KitX-Mobile/releases/download/v%v/kitx-mobile-arm64-v8a-release.apk
|
||||
rm:
|
||||
- kitx_mobile/ios
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/KitX-Mobile
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.crequency.kitx.mobile $repo/KitX-Mobile
|
||||
- pushd $repo/KitX-Mobile
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- cd kitx_mobile
|
||||
- ../.flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/KitX-Mobile com.crequency.kitx.mobile
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/KitX-Mobile
|
||||
- cd ..
|
||||
- mv com.crequency.kitx.mobile $repo/KitX-Mobile
|
||||
- pushd $repo/KitX-Mobile
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- cd kitx_mobile
|
||||
- ../.flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/KitX-Mobile com.crequency.kitx.mobile
|
||||
|
||||
AllowedAPKSigningKeys: aac48e0e7514bd6b41a940d4a82eeed6fc8af507add64faa3fca7da7d0bb7536
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: kitx_mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 24.10.63
|
||||
CurrentVersionCode: 5643
|
||||
Loading…
Reference in a new issue