1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "Tmx",
"description": "Portable C library to load tiled maps in your games",
"url": "https://github.com/baylej/tmx/archive/tmx_1.0.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/baylej/tmx",
"depends": [
{
"depend": "cmake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"cmake\", \".\", \"-DBUILD_SHARED_LIBS=on\", *std_cmake_args",
"system \"make\", \"install\""
],
"version": "1.0.0",
"file": "tmx.rb"
}
|