mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New app: BoldWallet (com.boldwallet)
This commit is contained in:
parent
19db0bbc5e
commit
79ed7fefa9
1 changed files with 70 additions and 0 deletions
70
metadata/com.boldwallet.yml
Normal file
70
metadata/com.boldwallet.yml
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: Apache-2.0
|
||||
WebSite: https://boldbitcoinwallet.com
|
||||
SourceCode: https://github.com/BoldBitcoinWallet/BoldWallet
|
||||
IssueTracker: https://github.com/BoldBitcoinWallet/BoldWallet/issues
|
||||
Changelog: https://github.com/BoldBitcoinWallet/BoldWallet/releases
|
||||
|
||||
AutoName: Bold Wallet
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/BoldBitcoinWallet/BoldWallet.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 696b94aaf5d90fdb355b01e8e6ea69efc8a9336e
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.18.1/node-v20.18.1-linux-x64.tar.gz
|
||||
- echo "259e5a8bf2e15ecece65bd2a47153262eda71c0b2c9700d5e703ce4951572784 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- apt-get update
|
||||
- apt-get install -t bookworm-backports -y golang-go
|
||||
- apt-get install -y gcc libc-dev
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- go@go1.24.2
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- sed -i '/react-native-vision-camera/d' package.json
|
||||
- mv screens/SendBitcoinModal.foss.tsx screens/SendBitcoinModal.tsx
|
||||
- npm install --build-from-source
|
||||
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
|
||||
- sdkmanager "platforms;android-21" "build-tools;33.0.0"
|
||||
scanignore:
|
||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
||||
- node_modules/lottie-react-native/android/build.gradle
|
||||
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
|
||||
- node_modules/react-native-svg/android/build.gradle
|
||||
- node_modules/react-native-biometrics/android/build.gradle
|
||||
- node_modules/react-native-share/android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
- node_modules/react-native-encrypted-storage/android/build.gradle
|
||||
- node_modules/react-native-device-info/android/build.gradle
|
||||
- node_modules/react-native-reanimated/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
- android/app
|
||||
build:
|
||||
- pushd $$go$$/src
|
||||
- ./make.bash
|
||||
- popd
|
||||
- export GOROOT=$$go$$
|
||||
- export GOPATH="$HOME/go"
|
||||
- export PATH="$GOROOT/bin:$PATH"
|
||||
- export PATH="$GOPATH/bin:$PATH"
|
||||
- cd ../../BBMTLib
|
||||
- go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20250408133729-978277e7eaf7
|
||||
- ./build.sh
|
||||
ndk: r27b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue