summaryrefslogtreecommitdiff
path: root/homebrew/perltidy/.beer
blob: 124f6b6fa1e2d2ef0e7dec8960693a102b6b8aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Perltidy",
    "description": "Indents and reformats Perl scripts to make them easier to read",
    "url": "https://downloads.sourceforge.net/project/perltidy/20180220/Perl-Tidy-20180220.tar.gz",
    "mirror": null,
    "homepage": "https://perltidy.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"",
        "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\",",
        "\"INSTALLSITESCRIPT=#{bin}\",",
        "\"INSTALLSITEMAN1DIR=#{man1}\",",
        "\"INSTALLSITEMAN3DIR=#{man3}\"",
        "system \"make\"",
        "system \"make\", \"test\"",
        "system \"make\", \"install\"",
        "bin.env_script_all_files(libexec/\"bin\", :PERL5LIB => ENV[\"PERL5LIB\"])"
    ],
    "version": "20180220",
    "file": "perltidy.rb"
}