summaryrefslogtreecommitdiff
path: root/homebrew/cloc/.beer
blob: 876f8603969938408b6d3d45a82cc5da1d31dbbd (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
25
26
27
28
29
30
31
32
33
{
    "name": "Cloc",
    "description": "Statistics utility to count lines of code",
    "url": "https://github.com/AlDanial/cloc/releases/download/1.80/cloc-1.80.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/AlDanial/cloc/",
    "depends": [],
    "resource": [
        {
            "name": "Regexp::Common",
            "url": "https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-2017060201.tar.gz"
        },
        {
            "name": "Algorithm::Diff",
            "url": "https://cpan.metacpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1903.tar.gz"
        },
        {
            "name": "Parallel::ForkManager",
            "url": "https://cpan.metacpan.org/authors/id/Y/YA/YANICK/Parallel-ForkManager-1.20.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"",
        "resources.each do |r|",
        "r.stage do",
        "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.80",
    "file": "cloc.rb"
}