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
|
{
"name": "Solarus",
"description": "Action-RPG game engine",
"url": "https://www.solarus-games.org/downloads/solarus/solarus-1.5.3-src.tar.gz",
"mirror": null,
"homepage": "https://www.solarus-games.org/",
"depends": [
{
"depend": "cmake",
"build-depend": true
},
{
"depend": "libmodplug",
"build-depend": false
},
{
"depend": "libogg",
"build-depend": false
},
{
"depend": "libvorbis",
"build-depend": false
},
{
"depend": "luajit",
"build-depend": false
},
{
"depend": "physfs",
"build-depend": false
},
{
"depend": "sdl2",
"build-depend": false
},
{
"depend": "sdl2_image",
"build-depend": false
},
{
"depend": "sdl2_ttf",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://raw.githubusercontent.com/Homebrew/formula-patches/e6a26f3d/solarus/config.patch",
"strip": "1"
}
],
"install": [
"mkdir \"build\" do",
"system \"cmake\", \"..\", \"-DSOLARUS_GUI=OFF\", *std_cmake_args",
"system \"make\", \"install\""
],
"version": "1.5.3",
"file": "solarus.rb"
}
|