summaryrefslogtreecommitdiff
path: root/homebrew/vimpager/.beer
blob: 80b6c0840149477197fb0fc76aca31e22eac2bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Vimpager",
    "description": "Use ViM as PAGER",
    "url": "https://github.com/rkitover/vimpager/archive/2.06.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/rkitover/vimpager",
    "depends": [
        {
            "depend": "pandoc",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
        "system \"make\", \"docs\""
    ],
    "version": "2.06",
    "file": "vimpager.rb"
}