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 7220332ac4
A snapcraft recipe.
Forced to add version and description because parse-info didn't work.
2021-12-15 18:36:43 +02:00

37 lines
862 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: bin/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
stage-packages:
- language-pack-en
- locales
- python-defusedxml
- python-jsonrpclib
- python-qrcode
- python-qt4
- python-sip
- sni-qt
parse-info: [setup.py]