From b6c32c22002b09796a0a2650a7c98f396ed41c16 Mon Sep 17 00:00:00 2001 From: Evan Date: Mon, 18 Mar 2019 16:04:06 +0000 Subject: [PATCH] Update com.zeusln.zeus.yml remove react-native-camera --- metadata/com.zeusln.zeus.yml | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 metadata/com.zeusln.zeus.yml diff --git a/metadata/com.zeusln.zeus.yml b/metadata/com.zeusln.zeus.yml new file mode 100644 index 0000000000..16e69ccebb --- /dev/null +++ b/metadata/com.zeusln.zeus.yml @@ -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