summaryrefslogtreecommitdiff
path: root/homebrew/st/.beer
blob: a54e9bf1a32d3eea43f1b3712799bef0afbdcec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "St",
    "description": "Statistics from the command-line",
    "url": "https://github.com/nferraz/st/archive/v1.1.4.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/nferraz/st",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5/site_perl/\"",
        "system \"perl\", \"Makefile.PL\", \"PREFIX=#{libexec}\"",
        "system \"make\", \"install\"",
        "bin.install Dir[libexec/\"bin/*\"]",
        "bin.env_script_all_files libexec/\"bin\", :PERL5LIB => ENV[\"PERL5LIB\"]",
        "man1.install_symlink Dir[libexec/\"share/man/man1/*.1\"]"
    ],
    "version": "1.1.4",
    "file": "st.rb"
}