summaryrefslogtreecommitdiff
path: root/homebrew/faudio/.beer
blob: 8b20d49c82796ee6322d91b24a2e44a438e311d6 (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
{
    "name": "Faudio",
    "description": "Accuracy-focused XAudio reimplementation for open platforms",
    "url": "https://github.com/FNA-XNA/FAudio/archive/19.04.tar.gz",
    "mirror": null,
    "homepage": "https://fna-xna.github.io/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "19.04",
    "file": "faudio.rb"
}