mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Add OpenCanteen
This commit is contained in:
parent
df97ccdaae
commit
e49782c902
1 changed files with 93 additions and 0 deletions
93
metadata/cz.hernikplays.opencanteen.yml
Normal file
93
metadata/cz.hernikplays.opencanteen.yml
Normal 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
|
||||
Loading…
Reference in a new issue