Update com.zeusln.zeus.yml
remove react-native-camera
This commit is contained in:
parent
34b3237c85
commit
b6c32c2200
50
metadata/com.zeusln.zeus.yml
Normal file
50
metadata/com.zeusln.zeus.yml
Normal file
|
@ -0,0 +1,50 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Evan Kaloudis
|
||||
WebSite: https://zeusln.app
|
||||
SourceCode: https://github.com/ZeusLN/zeus/tree/HEAD
|
||||
IssueTracker: https://github.com/ZeusLN/zeus/issues
|
||||
Changelog: https://github.com/ZeusLN/zeus/releases
|
||||
Bitcoin: 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc
|
||||
|
||||
AutoName: Zeus
|
||||
Summary: Mobile Bitcoin app for Lightning Network Daemon (lnd)
|
||||
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.0.7
|
||||
versionCode: 7
|
||||
commit: v0.0.7
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/react-native-screens/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
Loading…
Reference in a new issue