electrum-bitcoinprivate/snap/snapcraft.yaml

24 lines
610 B
YAML
Raw Normal View History

name: electrum
version: master
2019-12-24 03:21:35 -08:00
summary: bitcoinprivate thin client
description: |
2019-12-24 03:21:35 -08:00
Lightweight bitcoinprivate client
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: strict
apps:
electrum:
command: desktop-launch electrum
2017-06-15 12:04:30 -07:00
plugs: [network, network-bind, x11, unity7]
parts:
electrum:
source: .
plugin: python
2017-10-20 14:23:32 -07:00
python-version: python3
stage-packages: [python3-pyqt5]
build-packages: [pyqt5-dev-tools]
install: pyrcc5 icons.qrc -o $SNAPCRAFT_PART_INSTALL/lib/python3.5/site-packages/electrum_gui/qt/icons_rc.py
after: [desktop-qt5]