summaryrefslogtreecommitdiff
path: root/homebrew/vit/.beer
blob: 3516f8a29a03311e4437ed15d111c150239ae9aa (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
{
    "name": "Vit",
    "description": "Front-end for Task Warrior",
    "url": "https://taskwarrior.org/download/vit-1.2.tar.gz",
    "mirror": null,
    "homepage": "https://taskwarrior.org/news/news.20140406.html",
    "depends": [
        {
            "depend": "task",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "Curses",
            "url": "https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/Curses-1.31.tgz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_create_path \"PERL5LIB\", libexec+\"lib/perl5\"",
        "resource(\"Curses\").stage do",
        "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2",
    "file": "vit.rb"
}