mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
New App: Veil - Cryptocurrency Wallet
This commit is contained in:
parent
674849805f
commit
3d6ca2ddf3
1 changed files with 130 additions and 0 deletions
130
metadata/org.veilproject.wallet.yml
Normal file
130
metadata/org.veilproject.wallet.yml
Normal file
|
|
@ -0,0 +1,130 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: MIT
|
||||
AuthorName: Ivan Yv
|
||||
AuthorEmail: ivan.yurkov@steel-team.net
|
||||
WebSite: https://veilproject.org
|
||||
SourceCode: https://github.com/steel97/veil_wallet
|
||||
IssueTracker: https://github.com/steel97/veil_wallet/issues
|
||||
Changelog: https://github.com/steel97/veil_wallet/releases
|
||||
Donate: https://veilproject.org/donate
|
||||
|
||||
AutoName: Veil Wallet
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/steel97/veil_wallet
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.19
|
||||
versionCode: 251
|
||||
commit: 2be43183e5e6b8ff1f3e8e0a6bc6c0783d8be82c
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/steel97/veil_wallet/releases/download/v%v/veil-wallet.android-armeabi-v7a.apk
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target armv7-linux-androideabi
|
||||
- source $HOME/.cargo/env
|
||||
- submodules/flutter/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform="android-arm" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.0.19
|
||||
versionCode: 252
|
||||
commit: 2be43183e5e6b8ff1f3e8e0a6bc6c0783d8be82c
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/steel97/veil_wallet/releases/download/v%v/veil-wallet.android-arm64-v8a.apk
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target aarch64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- submodules/flutter/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform="android-arm64" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
- versionName: 1.0.19
|
||||
versionCode: 253
|
||||
commit: 2be43183e5e6b8ff1f3e8e0a6bc6c0783d8be82c
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install gcc libc-dev
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/steel97/veil_wallet/releases/download/v%v/veil-wallet.android-x86_64.apk
|
||||
srclibs:
|
||||
- rustup@1.27.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/flutter/bin/flutter config --no-analytics
|
||||
- submodules/flutter/bin/flutter packages pub get
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.76.0 --target x86_64-linux-android
|
||||
- source $HOME/.cargo/env
|
||||
- submodules/flutter/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform="android-x64" --build-number=$$VERCODE$$
|
||||
ndk: 23.1.7779620
|
||||
|
||||
AllowedAPKSigningKeys: 833a9590e84cbbf03ecaa9ed97d931ea63428594700fecdf29e38af1d181d677
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v[\d.]+-fdroid$
|
||||
VercodeOperation:
|
||||
- 10 * %c + 1
|
||||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.19
|
||||
CurrentVersionCode: 253
|
||||
Loading…
Reference in a new issue