mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New app: MarketMonk
This commit is contained in:
parent
ff1a79449b
commit
a39c23066e
1 changed files with 151 additions and 0 deletions
151
metadata/com.codesail.market_monk.yml
Normal file
151
metadata/com.codesail.market_monk.yml
Normal file
|
|
@ -0,0 +1,151 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: Uses the Yahoo finance API for stock information
|
||||
Categories:
|
||||
- Sports & Health
|
||||
License: MIT
|
||||
AuthorName: Brandon Presley
|
||||
AuthorEmail: brandon@codesail.nz
|
||||
SourceCode: https://github.com/brandonp2412/MarketMonk
|
||||
IssueTracker: https://github.com/brandonp2412/MarketMonk/issues
|
||||
|
||||
AutoName: MarketMonk
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/brandonp2412/MarketMonk.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.30
|
||||
versionCode: 311
|
||||
commit: 00c0b9e944538ec6d0abf6bec1cf2ef66c4a3141
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/brandonp2412/MarketMonk/releases/download/%v/app-x86_64-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.codesail.market_monk /home/brandon/market_monk
|
||||
- pushd /home/brandon/market_monk
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/market_monk com.codesail.market_monk
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.codesail.market_monk /home/brandon/market_monk
|
||||
- pushd /home/brandon/market_monk
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /home/brandon/market_monk com.codesail.market_monk
|
||||
ndk: r27
|
||||
|
||||
- versionName: 1.0.30
|
||||
versionCode: 312
|
||||
commit: 00c0b9e944538ec6d0abf6bec1cf2ef66c4a3141
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/brandonp2412/MarketMonk/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.codesail.market_monk /home/brandon/market_monk
|
||||
- pushd /home/brandon/market_monk
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/market_monk com.codesail.market_monk
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.codesail.market_monk /home/brandon/market_monk
|
||||
- pushd /home/brandon/market_monk
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /home/brandon/market_monk com.codesail.market_monk
|
||||
ndk: r27
|
||||
|
||||
- versionName: 1.0.30
|
||||
versionCode: 313
|
||||
commit: 00c0b9e944538ec6d0abf6bec1cf2ef66c4a3141
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y ninja-build
|
||||
- mkdir -p /home/brandon
|
||||
- chown vagrant -R /home/brandon
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/brandonp2412/MarketMonk/releases/download/%v/app-arm64-v8a-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.codesail.market_monk /home/brandon/market_monk
|
||||
- pushd /home/brandon/market_monk
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /home/brandon/market_monk com.codesail.market_monk
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.codesail.market_monk /home/brandon/market_monk
|
||||
- pushd /home/brandon/market_monk
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /home/brandon/market_monk com.codesail.market_monk
|
||||
ndk: r27
|
||||
|
||||
AllowedAPKSigningKeys: 011ee1a6e4e5ecd675f67fbf3d78ad82614a7a7a3f24ed71cc9c417154a0f0fd
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.30
|
||||
CurrentVersionCode: 313
|
||||
Loading…
Reference in a new issue