This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-10/packages/snap/snapcraft.yaml
Dmitri Bogomolov 3afc27efc9
A snapcraft recipe.
Forced to add version and description because parse-info didn't work.
2021-12-15 23:01:06 +02:00

37 lines
830 B
YAML

name: pybitmessage
version: '0.6.3'
base: core18
grade: devel
confinement: strict
summary: Reference client for Bitmessage, a P2P communications protocol
description: The PyBitmessage
adopt-info: pybitmessage
apps:
pybitmessage:
command: pybitmessage
plugs: [network, network-bind, home, desktop, desktop-legacy, wayland, unity7]
desktop: share/applications/pybitmessage.desktop
environment:
LANG: C.UTF-8
parts:
pybitmessage:
source: https://github.com/g1itch/PyBitmessage.git
source-branch: snap
plugin: python
python-version: python2
build-packages:
- libssl-dev
- python-all-dev
python-packages:
- defusedxml
- jsonrpclib
- qrcode
- stem
stage-packages:
- python-qt4
- python-sip
- sni-qt
parse-info: [setup.py]