Add OpenCanteen

This commit is contained in:
Matyáš Caras 2023-01-02 23:14:23 +00:00 committed by Izzy
parent df97ccdaae
commit e49782c902

View file

@ -0,0 +1,93 @@
AntiFeatures:
- NonFreeNet
Categories:
- Internet
- Science & Education
License: GPL-3.0-or-later
AuthorName: Matyáš Caras
AuthorEmail: matyas@caras.cafe
AuthorWebSite: https://caras.cafe
SourceCode: https://git.mnau.xyz/hernik/opencanteen
IssueTracker: https://git.mnau.xyz/hernik/opencanteen/issues
Changelog: https://git.mnau.xyz/hernik/opencanteen/src/branch/main/CHANGELOG.md
Liberapay: hernikplays
Bitcoin: 3NzqkBZgWgjj1NYj2JwmBBptPWw6wt7dHS
AutoName: OpenCanteen
RepoType: git
Repo: https://git.mnau.xyz/hernik/opencanteen.git
Builds:
- versionName: 1.5.1
versionCode: 241
commit: 1.5.1
submodules: true
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- ./flutterw pub get
scanignore:
- .flutter/packages/flutter_tools/gradle/flutter.gradle
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk --release --split-per-abi --target-platform="android-x64"
- versionName: 1.5.1
versionCode: 242
commit: 1.5.1
submodules: true
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- ./flutterw pub get
scanignore:
- .flutter/packages/flutter_tools/gradle/flutter.gradle
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm"
- versionName: 1.5.1
versionCode: 243
commit: 1.5.1
submodules: true
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
rm:
- ios
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- ./flutterw pub get
scanignore:
- .flutter/packages/flutter_tools/gradle/flutter.gradle
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk --release --split-per-abi --target-platform="android-arm64"
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
VercodeOperation:
- '%c * 10 + 1'
- '%c * 10 + 2'
- '%c * 10 + 3'
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.5.1
CurrentVersionCode: 243