summaryrefslogtreecommitdiff
path: root/homebrew/pacvim/.beer
blob: 50c0c915c2425ee951fb3f6201594328dbed1c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Pacvim",
    "description": "Learn vim commands via a game",
    "url": "https://github.com/jmoon018/PacVim/archive/v1.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/jmoon018/PacVim",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.cxx11",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.1.1",
    "file": "pacvim.rb"
}