From 973d051641ccded774bcdb1d135581b045b969e8 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 27 Feb 2024 19:22:13 +0200 Subject: [PATCH] Newapp: Brume Wallet --- metadata/eth.brume.wallet.yml | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 metadata/eth.brume.wallet.yml diff --git a/metadata/eth.brume.wallet.yml b/metadata/eth.brume.wallet.yml new file mode 100644 index 0000000000..7bb68b8c80 --- /dev/null +++ b/metadata/eth.brume.wallet.yml @@ -0,0 +1,56 @@ +Categories: + - Money +License: MIT +AuthorWebSite: https://brume.money +WebSite: https://wallet.brume.money +SourceCode: https://github.com/brumewallet/wallet +IssueTracker: https://github.com/brumewallet/wallet/issues + +AutoName: Brume Wallet + +RepoType: git +Repo: https://github.com/brumewallet/wallet.git +Binaries: https://github.com/brumewallet/wallet/raw/v%v/dist/android.apk + +Builds: + - versionName: 0.5.11 + versionCode: 511 + commit: a5814268155559d44f77dffd9ca192b993255f87 + subdir: apps/android/app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + - sysctl fs.inotify.max_user_watches=524288 || true + - curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz + - echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + init: + - cd ../../.. + - npm install --build-from-source + output: build/outputs/apk/release/app-release-unsigned.apk + rm: + - apps/apple + - apps/ios + - dist/* + prebuild: + - cd ../../.. + - npx cap telemetry off + scanignore: + - node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz + scandelete: + - node_modules + build: + - pushd ../../.. + - npm run build + - npm run sync + - popd + - gradle assembleRelease + +AllowedAPKSigningKeys: 4a066910f4a6544d117c078169428b70dcece086940ec3332d78119f679e6d4a + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 0.5.11 +CurrentVersionCode: 511