mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-29 08:21:27 +00:00
Add the packaging metadata to build the electrum snap
This commit is contained in:
parent
d4dcd551e4
commit
6fc69d8c66
1 changed files with 21 additions and 0 deletions
21
snap/snapcraft.yaml
Normal file
21
snap/snapcraft.yaml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
name: electrum
|
||||||
|
version: master
|
||||||
|
summary: Bitcoin thin client
|
||||||
|
description: |
|
||||||
|
Lightweight Bitcoin client
|
||||||
|
|
||||||
|
grade: devel # must be 'stable' to release into candidate/stable channels
|
||||||
|
confinement: strict
|
||||||
|
|
||||||
|
apps:
|
||||||
|
electrum:
|
||||||
|
command: desktop-launch electrum
|
||||||
|
plugs: [network, network-bind]
|
||||||
|
|
||||||
|
parts:
|
||||||
|
electrum:
|
||||||
|
source: .
|
||||||
|
plugin: python
|
||||||
|
python-version: python2
|
||||||
|
stage-packages: [python-qt4]
|
||||||
|
after: [desktop-qt4]
|
Loading…
Add table
Reference in a new issue