electrum-bitcoinprivate/snap/snapcraft.yaml

24 lines
579 B
YAML
Raw Normal View History

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
2017-06-15 12:04:09 -07:00
python-version: python
stage-packages: [python-qt4]
2017-06-15 12:04:09 -07:00
build-packages: [pyqt4-dev-tools]
install: pyrcc4 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python2.7/site-packages/electrum_gui/qt/icons_rc.py
after: [desktop-qt4]