mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 09:09:58 +00:00
69 lines
2.5 KiB
YAML
69 lines
2.5 KiB
YAML
|
|
Categories:
|
||
|
|
- Money
|
||
|
|
License: AGPL-3.0-only
|
||
|
|
AuthorName: Evan Kaloudis
|
||
|
|
WebSite: https://zeusln.app
|
||
|
|
SourceCode: https://github.com/ZeusLN/zeus
|
||
|
|
IssueTracker: https://github.com/ZeusLN/zeus/issues
|
||
|
|
Translation: https://www.transifex.com/ZeusLN/zeus/
|
||
|
|
Changelog: https://github.com/ZeusLN/zeus/releases
|
||
|
|
Donate: http://my.paynym.is/+holymorning7d1
|
||
|
|
|
||
|
|
AutoName: Zeus
|
||
|
|
Description: |-
|
||
|
|
Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators
|
||
|
|
|
||
|
|
Features:
|
||
|
|
|
||
|
|
* Connect to your own lnd node
|
||
|
|
* Send both on-chain and lightning transactions
|
||
|
|
* Open or close your own channels
|
||
|
|
* Create lightning invoices
|
||
|
|
* Connect via lndconnect
|
||
|
|
* Connect to a BTCPayServer node
|
||
|
|
* Generate QRs for invoices or for peers to connect to your node
|
||
|
|
* Supports both mainnet and testnet
|
||
|
|
* Supports nodes connected to Tor
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/ZeusLN/zeus.git
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 0.4.0
|
||
|
|
versionCode: 22
|
||
|
|
commit: v0.4.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
|
||
|
|
|
||
|
|
AutoUpdateMode: Version v%v
|
||
|
|
UpdateCheckMode: Tags .*[0-9]$
|
||
|
|
CurrentVersion: 0.4.0
|
||
|
|
CurrentVersionCode: 22
|