mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
New App: de.box2code.matoid
This commit is contained in:
parent
23e5107ff0
commit
40e77a53cd
1 changed files with 41 additions and 0 deletions
41
metadata/de.box2code.matoid.yml
Normal file
41
metadata/de.box2code.matoid.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: https://stefan.box2code.de/2021/06/27/mat-o-id/
|
||||
SourceCode: https://bitbucket.org/bobbery/matoid/src/HEAD/
|
||||
IssueTracker: https://bitbucket.org/bobbery/matoid/jira
|
||||
|
||||
Name: Mat-O-Id
|
||||
AutoName: matoid
|
||||
|
||||
RepoType: git
|
||||
Repo: https://bitbucket.org/bobbery/matoid.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 2
|
||||
commit: f67fd136a8d976a42f7436764cfddfa50d1a877f
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue