summaryrefslogtreecommitdiff
path: root/homebrew/alure/.beer
blob: 6664b569e83b7dd16fd56b7fefcf93341a58fd19 (plain)
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
{
    "name": "Alure",
    "description": "Manage common tasks with OpenAL applications",
    "url": "https://kcat.strangesoft.net/alure-releases/alure-1.2.tar.bz2",
    "mirror": null,
    "homepage": "https://kcat.strangesoft.net/alure.html",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/eed63e836e/alure/unistd.patch",
            "strip": "1"
        }
    ],
    "install": [
        "cd \"build\" do",
        "system \"cmake\", \"..\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.2",
    "file": "alure.rb"
}