mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
fix zeus
This commit is contained in:
parent
c713221845
commit
fea8c0aabf
17 changed files with 38 additions and 76 deletions
|
|
@ -10,22 +10,6 @@ Changelog: https://github.com/ZeusLN/zeus/releases
|
||||||
Donate: http://my.paynym.is/+holymorning7d1
|
Donate: http://my.paynym.is/+holymorning7d1
|
||||||
|
|
||||||
AutoName: Zeus
|
AutoName: Zeus
|
||||||
Description: |-
|
|
||||||
Zeus is a mobile Bitcoin/Lightning app for lnd, c-lightning, and Eclair node operators
|
|
||||||
|
|
||||||
Features:
|
|
||||||
|
|
||||||
* Connect to your own lnd, Eclair, and c-lightning nodes
|
|
||||||
* Send and receive both on-chain and lightning transactions
|
|
||||||
* Open or close your own channels (both public and private)
|
|
||||||
* Built in Tor
|
|
||||||
* Multi-path payment support
|
|
||||||
* Fee reports
|
|
||||||
* Fee estimation table via WhatTheFee.io
|
|
||||||
* Connect via lndconnect
|
|
||||||
* Connect to BTCPayServer nodes
|
|
||||||
* Generate QRs for invoices or for peers to connect to your node
|
|
||||||
* Supports both mainnet, testnet, and regtest
|
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/ZeusLN/zeus.git
|
Repo: https://github.com/ZeusLN/zeus.git
|
||||||
|
|
@ -64,62 +48,35 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
- versionName: 0.5.0
|
|
||||||
versionCode: 23
|
|
||||||
disable: Could not resolve project :react-native-tor
|
|
||||||
commit: v0.5.0
|
|
||||||
subdir: android/app
|
|
||||||
sudo:
|
|
||||||
- apt-get update || apt-get update
|
|
||||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
||||||
init:
|
|
||||||
- npm install
|
|
||||||
- npm run patch-android-release
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
output: build/outputs/apk/release/app-universal-release-unsigned.apk
|
|
||||||
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
||||||
-Dfile.encoding=UTF-8' >> ../gradle.properties
|
|
||||||
scanignore:
|
|
||||||
- android/build.gradle
|
|
||||||
- node_modules/jsc-android
|
|
||||||
- node_modules/react-native/android
|
|
||||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
||||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
||||||
- node_modules/react-native-gesture-handler/android/lib/build.gradle
|
|
||||||
- node_modules/react-native-permissions/android/build.gradle
|
|
||||||
- node_modules/react-native-reanimated/android/build.gradle
|
|
||||||
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
||||||
- node_modules/react-native-screens/android/build.gradle
|
|
||||||
- node_modules/react-native-secure-key-store/example/android/build.gradle
|
|
||||||
- node_modules/react-native-svg/android/build.gradle
|
|
||||||
- node_modules/react-native/template/android/build.gradle
|
|
||||||
- node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle
|
|
||||||
scandelete:
|
|
||||||
- node_modules
|
|
||||||
|
|
||||||
- versionName: 0.5.1
|
- versionName: 0.5.1
|
||||||
versionCode: 24
|
versionCode: 24
|
||||||
disable: g++ Command not found https://gitlab.com/fdroid/fdroiddata/-/merge_requests/8691
|
|
||||||
commit: v0.5.1
|
commit: v0.5.1
|
||||||
subdir: android/app
|
subdir: android/app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update || apt-get update
|
- apt-get update || apt-get update
|
||||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
- apt-get install -y g++
|
||||||
init:
|
- apt-get install -y -t stretch-backports npm
|
||||||
- npm install
|
|
||||||
- npm run patch-android-release
|
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
output: build/outputs/apk/release/app-universal-release-unsigned.apk
|
output: build/outputs/apk/release/app-universal-release-unsigned.apk
|
||||||
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
srclibs:
|
||||||
|
- rustup@1.23.1
|
||||||
|
- sifir-rs-sdk@ef6de5f0d37528ce74addbd3dc2178998d7dec00
|
||||||
|
prebuild:
|
||||||
|
- echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
||||||
-Dfile.encoding=UTF-8' >> ../gradle.properties
|
-Dfile.encoding=UTF-8' >> ../gradle.properties
|
||||||
|
- cd ../..
|
||||||
|
- npm install
|
||||||
|
- npm run postinstall
|
||||||
|
- npm run patch-android-release
|
||||||
|
- cp -r $$sifir-rs-sdk$$ .
|
||||||
scanignore:
|
scanignore:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
- node_modules/jsc-android
|
- node_modules/jsc-android
|
||||||
|
- node_modules/v8-android
|
||||||
- node_modules/react-native/android
|
- node_modules/react-native/android
|
||||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
- node_modules/react-native-v8/dist/com/facebook/react/react-native
|
||||||
- node_modules/@react-native-community/masked-view/android/build.gradle
|
- node_modules/react-native/template/android/build.gradle
|
||||||
- node_modules/react-native-gesture-handler/android/lib/build.gradle
|
- node_modules/react-native-gesture-handler/android/lib/build.gradle
|
||||||
- node_modules/react-native-permissions/android/build.gradle
|
- node_modules/react-native-permissions/android/build.gradle
|
||||||
- node_modules/react-native-reanimated/android/build.gradle
|
- node_modules/react-native-reanimated/android/build.gradle
|
||||||
|
|
@ -127,12 +84,30 @@ Builds:
|
||||||
- node_modules/react-native-screens/android/build.gradle
|
- node_modules/react-native-screens/android/build.gradle
|
||||||
- node_modules/react-native-secure-key-store/example/android/build.gradle
|
- node_modules/react-native-secure-key-store/example/android/build.gradle
|
||||||
- node_modules/react-native-svg/android/build.gradle
|
- node_modules/react-native-svg/android/build.gradle
|
||||||
- node_modules/react-native/template/android/build.gradle
|
- node_modules/react-native-tor/android/build.gradle
|
||||||
- node_modules/@react-navigation/native/node_modules/react-native-screens/android/build.gradle
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||||
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
- sifir-rs-sdk
|
||||||
|
build:
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
- source $HOME/.cargo/env
|
||||||
|
- rustup default stable
|
||||||
|
- rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android
|
||||||
|
i686-linux-android
|
||||||
|
- cargo install cargo-ndk
|
||||||
|
- export ANDROID_NDK=$$NDK$$
|
||||||
|
- cd ../../sifir-rs-sdk/sifir-android
|
||||||
|
- cargo ndk --platform 30 -t arm64-v8a -t armeabi-v7a -t x86 -t x86_64 -o app/tor/src/main/jniLibs
|
||||||
|
build -p sifir-android --release
|
||||||
|
- cd app
|
||||||
|
- gradle assembleRelease
|
||||||
|
- cd ../../..
|
||||||
|
- mv sifir-rs-sdk/sifir-android/app/tor/build/outputs/aar/tor-release.aar node_modules/react-native-tor/android/libs/sifir_android.aar
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags .*[0-9]$
|
UpdateCheckMode: Tags .*[0-9]$
|
||||||
CurrentVersion: 0.5.1
|
CurrentVersion: 0.5.1
|
||||||
CurrentVersionCode: 24
|
CurrentVersionCode: 24
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Mobile Bitcoin-App für Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Mobile Bitcoin app for Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
App movil de Bitcoin para Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Appli Bitcoin mobile pour Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
יישומון ביטקוין לנייד עבור Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
App mobile Bitcoin per Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Mobilt Bitcoinprogram for lynnettverksnissen (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Aplikacja mobilna Bitcoin dla Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Aplicativo móvel de Bitcoin para Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
App móvel de Bitcoin para o Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
App móvel de Bitcoin para o Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Мобильное приложение Bitcoin для Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Lightning Network Daemon (lnd) için Bitcoin cep telefonu uygulaması
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Мобільний Біткоїн застосунок для Lightning Network Daemon (lnd)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
用于Lightning Network Daemon (lnd) 的移动比特币应用
|
|
||||||
2
srclibs/sifir-rs-sdk.yml
Normal file
2
srclibs/sifir-rs-sdk.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/Sifir-io/sifir-rs-sdk
|
||||||
Loading…
Reference in a new issue