Browse Source

Add the packaging metadata to build the electrum snap

2.9.x
Leo Arias 8 years ago
parent
commit
6fc69d8c66
  1. 21
      snap/snapcraft.yaml

21
snap/snapcraft.yaml

@ -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…
Cancel
Save