summaryrefslogtreecommitdiff
path: root/homebrew/screenresolution/.beer
blob: a45044373aa4add25a5a845e855aef28b8fda7c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Screenresolution",
    "description": "Get, set, and list display resolution",
    "url": "https://github.com/jhford/screenresolution/archive/v1.6.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/jhford/screenresolution",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CC=#{ENV.cc}\"",
        "system \"make\", \"PREFIX=#{prefix}\", \"install\""
    ],
    "version": "1.6",
    "file": "screenresolution.rb"
}