summaryrefslogtreecommitdiff
path: root/homebrew/ydiff/.beer
blob: f6a2eb64ca3a5f2c2de0f4eda28ffce9c0ffdbf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Ydiff",
    "description": "View colored diff with side by side and auto pager support",
    "url": "https://github.com/ymattw/ydiff/archive/1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/ymattw/ydiff",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PYTHONPATH\", libexec/\"lib/python2.7/site-packages\"",
        "system \"python\", *Language::Python.setup_install_args(libexec)",
        "bin.install Dir[libexec/\"bin/*\"]",
        "bin.env_script_all_files(libexec/\"bin\", :PYTHONPATH => ENV[\"PYTHONPATH\"])"
    ],
    "version": "1.1",
    "file": "ydiff.rb"
}