mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New App: Ricochlime (com.adilhanney.ricochlime)
This commit is contained in:
parent
51df78c0b1
commit
b982b4653c
1 changed files with 121 additions and 0 deletions
121
metadata/com.adilhanney.ricochlime.yml
Normal file
121
metadata/com.adilhanney.ricochlime.yml
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Adil Hanney
|
||||
SourceCode: https://github.com/adil192/ricochlime
|
||||
IssueTracker: https://github.com/adil192/ricochlime/issues
|
||||
Translation: https://github.com/adil192/ricochlime#translating
|
||||
Donate: https://github.com/sponsors/adil192
|
||||
Liberapay: adil192
|
||||
|
||||
AutoName: Ricochlime
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/adil192/ricochlime.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.3
|
||||
versionCode: 1000301
|
||||
commit: 08e14f6578eae7ec7fa6407568f0de20f1040c7f
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- assets_raw
|
||||
- flatpak
|
||||
- installers
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- snap
|
||||
- windows
|
||||
prebuild:
|
||||
- ./patches/foss.sh
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 1000302
|
||||
commit: 08e14f6578eae7ec7fa6407568f0de20f1040c7f
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- assets_raw
|
||||
- flatpak
|
||||
- installers
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- snap
|
||||
- windows
|
||||
prebuild:
|
||||
- ./patches/foss.sh
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 1000303
|
||||
commit: 08e14f6578eae7ec7fa6407568f0de20f1040c7f
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
rm:
|
||||
- .github
|
||||
- assets_raw
|
||||
- flatpak
|
||||
- installers
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- snap
|
||||
- windows
|
||||
prebuild:
|
||||
- ./patches/foss.sh
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 1000303
|
||||
Loading…
Reference in a new issue