summaryrefslogtreecommitdiff
path: root/homebrew/libhdhomerun/.beer
blob: 976b1c4c4ea24fbdcc788ad506811aec034774c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Libhdhomerun",
    "description": "C library for controlling SiliconDust HDHomeRun TV tuners",
    "url": "https://download.silicondust.com/hdhomerun/libhdhomerun_20180817.tgz",
    "mirror": null,
    "homepage": "https://www.silicondust.com/support/linux/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"hdhomerun_config\"",
        "lib.install \"libhdhomerun.dylib\"",
        "include.install Dir[\"hdhomerun*.h\"]"
    ],
    "version": "20180817",
    "file": "libhdhomerun.rb"
}