comparison snap/snapcraft.yaml @ 581:8c037e4002c6

Make a snap
author Stefano Rivera <stefano@rivera.za.net>
date Mon, 09 Sep 2019 20:28:19 -0300
parents
children 455f65ac777a
comparison
equal deleted inserted replaced
580:8526ede09363 581:8c037e4002c6
1 name: mutable-mamba
2 base: core18
3 version: 0.1+hg580 # TODO: Automate
4 summary: Mutable Mamba is a snake game with a difference
5 description: |
6 A game about a mutable mamba in the spirit of the classic snakes games.
7 Mutable Mamba was a PyWeek.org entry, a game written in a week.
8 license: MIT
9
10 grade: stable
11 confinement: strict
12
13 parts:
14 game:
15 plugin: python
16 python-version: python2
17 source: .
18 stage-packages:
19 - libslang2
20 - python-numpy
21 - python-pygame
22
23 launcher:
24 plugin: dump
25 source-type: local
26 source: snap/local
27 stage:
28 - mutable-mamba.desktop
29
30 apps:
31 mutable-mamba:
32 command: bin/mamba
33 desktop: mutable-mamba.desktop
34 environment:
35 LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio"
36 plugs:
37 - pulseaudio
38 - x11