mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-11 06:39:09 +00:00
Add new application: Canta
This commit is contained in:
parent
493f7c7453
commit
ce9658a725
1 changed files with 142 additions and 0 deletions
142
metadata/org.samo_lego.canta.yml
Normal file
142
metadata/org.samo_lego.canta.yml
Normal file
|
|
@ -0,0 +1,142 @@
|
|||
AntiFeatures:
|
||||
NonFreeDep:
|
||||
en-US: Depends on Shizuku for functionality
|
||||
NonFreeNet:
|
||||
en-US: Connects to Github as app info data source
|
||||
Categories:
|
||||
- System
|
||||
License: LGPL-3.0-or-later
|
||||
SourceCode: https://github.com/samolego/Canta
|
||||
IssueTracker: https://github.com/samolego/Canta/issues
|
||||
|
||||
AutoName: Canta
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/samolego/Canta.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.2
|
||||
versionCode: 41
|
||||
commit: a78a864
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 42
|
||||
commit: a78a864
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
- versionName: 1.1.2
|
||||
versionCode: 43
|
||||
commit: a78a864
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/samolego/Canta/releases/download/%v/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@3.13.6
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Canta
|
||||
- cd ..
|
||||
- mv org.samo_lego.canta $repo/Canta
|
||||
- pushd $repo/Canta
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/Canta org.samo_lego.canta
|
||||
- cd org.samo_lego.canta
|
||||
|
||||
AllowedAPKSigningKeys: 0a2640317c43272188c3e13194c15460691f12c39ea19bba727dd67fb56289d4
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 43
|
||||
Loading…
Reference in a new issue