You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
596 B

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, x11, unity7]
parts:
electrum:
source: .
plugin: python
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]