fdroiddata/metadata/com.zeusln.zeus.yml

166 lines
4.6 KiB
YAML
Raw Permalink Normal View History

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
Changelog: https://github.com/ZeusLN/zeus/releases
Bitcoin: 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc
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.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
2019-04-05 08:19:43 +00:00
- versionName: 0.0.8
versionCode: 8
commit: v0.0.8
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
2019-06-04 12:33:22 +00:00
- versionName: 0.1.0
versionCode: 10
commit: v0.1.0
subdir: android/app
sudo:
- apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
2019-10-02 13:19:30 +00:00
init:
- npm install
- npm run patch-android-release
2019-06-04 12:33:22 +00:00
gradle:
- yes
2019-10-02 13:19:30 +00:00
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
2019-06-04 12:33:22 +00:00
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
2019-10-22 16:21:35 +00:00
- versionName: 0.1.1
versionCode: 11
commit: v0.1.1
subdir: android/app
sudo:
- apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
2019-10-29 23:15:59 +00:00
- versionName: 0.1.2
versionCode: 12
commit: v0.1.2
subdir: android/app
sudo:
- apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
2020-03-04 12:08:58 +00:00
- versionName: 0.2.1
2020-02-24 22:34:26 +00:00
versionCode: 15
2020-04-01 12:09:23 +00:00
disable: fails to build
2020-03-04 12:08:58 +00:00
commit: v0.2.1
2020-02-24 22:34:26 +00:00
subdir: android/app
sudo:
- apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
2020-05-10 08:49:15 +00:00
- versionName: 0.2.2
versionCode: 16
2020-05-14 00:25:45 +00:00
disable: fails to build
2020-05-10 08:49:15 +00:00
commit: v0.2.2
subdir: android/app
sudo:
- apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- npm install
- npm run patch-android-release
gradle:
- yes
prebuild: truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
scandelete:
- node_modules
AutoUpdateMode: Version v%v
2020-03-04 12:08:58 +00:00
UpdateCheckMode: Tags .*[0-9]$
2020-05-10 08:49:15 +00:00
CurrentVersion: 0.2.2
CurrentVersionCode: 16