summaryrefslogtreecommitdiff
path: root/homebrew/brightness/.beer
blob: 489960fd2d6c9a320da89b320c54a7e28d03186f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Brightness",
    "description": "Change macOS display brightness from the command-line",
    "url": "https://github.com/nriley/brightness/archive/1.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/nriley/brightness",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"prefix=#{prefix}\", \"install\""
    ],
    "version": "1.2",
    "file": "brightness.rb"
}