Line | |
---|
1 | name: werewolf-sonata
|
---|
2 | base: core18
|
---|
3 | version: 0.1+hg696 # TODO: Automate
|
---|
4 | summary: "Werewolf Sonata: Adventure Puzzler Game"
|
---|
5 | description: |
|
---|
6 | Being a werewolf has many advantages, but it isn't great for paying the bills.
|
---|
7 | Insurance claims assesors willing to go the extra mile (to Saturn's moons, for
|
---|
8 | example) are, however, paid exceedingly well.
|
---|
9 | Money, and plentiful moonlight. What more could one ask for?
|
---|
10 | Werewolf Sonata was a PyWeek.org entry, a game written in a week.
|
---|
11 | license: MIT
|
---|
12 |
|
---|
13 | grade: stable
|
---|
14 | confinement: strict
|
---|
15 |
|
---|
16 | parts:
|
---|
17 | game:
|
---|
18 | plugin: python
|
---|
19 | python-version: python2
|
---|
20 | source: .
|
---|
21 | stage-packages:
|
---|
22 | - libslang2
|
---|
23 | - python-numpy
|
---|
24 | - python-pygame
|
---|
25 |
|
---|
26 | launcher:
|
---|
27 | plugin: dump
|
---|
28 | source-type: local
|
---|
29 | source: snap/local
|
---|
30 | stage:
|
---|
31 | - werewolf-sonata.desktop
|
---|
32 |
|
---|
33 | apps:
|
---|
34 | werewolf-sonata:
|
---|
35 | command: bin/nagslang
|
---|
36 | desktop: werewolf-sonata.desktop
|
---|
37 | environment:
|
---|
38 | LD_LIBRARY_PATH: "$LD_LIBRARY_PATH:$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio"
|
---|
39 | plugs:
|
---|
40 | - audio-playback
|
---|
41 | - x11
|
---|
Note:
See
TracBrowser
for help on using the repository browser.