30 lines
598 B
YAML
30 lines
598 B
YAML
|
app: PyBitmessage
|
||
|
|
||
|
ingredients:
|
||
|
dist: bionic
|
||
|
sources:
|
||
|
- deb http://archive.ubuntu.com/ubuntu/ bionic main universe
|
||
|
packages:
|
||
|
- python-msgpack
|
||
|
- python-qrcode
|
||
|
- python-qt4
|
||
|
- python-setuptools
|
||
|
- python-sip
|
||
|
- python-six
|
||
|
- python-stem
|
||
|
exclude:
|
||
|
- libmng2
|
||
|
- libqt4-declarative
|
||
|
- libqt4-designer
|
||
|
- libqt4-help
|
||
|
- libqt4-script
|
||
|
- libqt4-scripttools
|
||
|
- libqt4-sql
|
||
|
- libqt4-xmlpatterns
|
||
|
- libqtassistantclient4
|
||
|
debs:
|
||
|
- ../deb_dist/pybitmessage_*_amd64.deb
|
||
|
|
||
|
script:
|
||
|
- cp usr/share/icons/hicolor/scalable/apps/pybitmessage.svg .
|