summaryrefslogtreecommitdiff
path: root/homebrew/autojump/.beer
blob: cef75fec01350bc7341b6e5b9780b0cdb1310aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Autojump",
    "description": "Shell extension to jump to frequently used directories",
    "url": "https://github.com/wting/autojump/archive/release-v22.5.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/wting/autojump",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./install.py\", \"-d\", prefix, \"-z\", zsh_completion",
        "(prefix/\"etc\").install_symlink prefix/\"etc/profile.d/autojump.sh\"",
        "libexec.install bin",
        "bin.write_exec_script libexec/\"bin/autojump\""
    ],
    "version": "22.5.3",
    "file": "autojump.rb"
}