summaryrefslogtreecommitdiff
path: root/homebrew/gsmartcontrol/.beer
blob: 229217b535b2a4c52a1337620452b90e79049126 (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
33
34
35
36
37
{
    "name": "Gsmartcontrol",
    "description": "Graphical user interface for smartctl",
    "url": "https://downloads.sourceforge.net/project/gsmartcontrol/1.1.3/gsmartcontrol-1.1.3.tar.bz2",
    "mirror": null,
    "homepage": "https://gsmartcontrol.sourceforge.io",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gtkmm3",
            "build-depend": false
        },
        {
            "depend": "pcre",
            "build-depend": false
        },
        {
            "depend": "smartmontools",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1.3",
    "file": "gsmartcontrol.rb"
}