-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
83 lines (78 loc) · 1.86 KB
/
snapcraft.yaml
File metadata and controls
83 lines (78 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name: linbound
version: "0.1.0"
license: MPL-2.0
summary: A turn-based multiplayer arcade shooting game in the style of Worms
description: |
LinBound aims to be an open-source clone of the game
GunBound, a multiplayer turn-based arcade game with
a gameplay very close to Worms, Hedgewars or WarMUX.
confinement: devmode
grade: devel
architectures: [amd64, i386]
base: core18
parts:
guisan:
plugin: scons
source: https://github.com/kallisti5/guisan.git
build-packages:
- g++
- make
- pkg-config
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-ttf-dev
- libsdl2-mixer-dev
stage-packages:
- libsdl2-mixer-2.0-0
- libsdl2-image-2.0-0
- libsdl2-ttf-2.0-0
- libsdl2-2.0-0
googletest:
plugin: cmake
source: https://github.com/google/googletest.git
build-packages:
- g++
- make
- pkg-config
- libstdc++-6-dev
linbound:
plugin: cmake
configflags:
- -DENABLE_SERVER=ON
source: https://github.com/gbaudic/linbound2.git
after: [guisan, googletest]
build-packages:
- g++
- make
- pkg-config
- libsdl2-dev
- libsdl2-image-dev
- libsdl2-ttf-dev
- libsdl2-mixer-dev
- libsdl2-gfx-dev
- libsdl2-net-dev
- libtinyxml2-dev
- libbox2d-dev
- libsqlite3-dev
- gettext
- libstdc++-6-dev
stage-packages:
- libsdl2-mixer-2.0-0
- libsdl2-image-2.0-0
- libsdl2-ttf-2.0-0
- libsdl2-net-2.0-0
- libsdl2-gfx-1.0-0
- libsdl2-2.0-0
- libtinyxml2-6
- libbox2d2.3.0
- libsqlite3-0
- libstdc++6
- libgcc1
- gettext
apps:
linbound:
command: linbound
plugs: [home, network, network-bin, alsa, pulseaudio, x11]
linbound_server:
command: linbound_server
plugs: [home, network, network-bin, x11]