summaryrefslogtreecommitdiff
path: root/homebrew/shairport/.beer
blob: 0c8884cfd7c177e28b1d6f8e817baf8eb130c03f (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": "Shairport",
    "description": "Airtunes emulator",
    "url": "https://github.com/abrasive/shairport/archive/1.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/abrasive/shairport",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.1.1",
    "file": "shairport.rb"
}