summaryrefslogtreecommitdiff
path: root/homebrew/task/.beer
blob: 6a9622321fa3ce64c28e70cd1d001e5a648a95f1 (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
{
    "name": "Task",
    "description": "Feature-rich console based todo list manager",
    "url": "https://taskwarrior.org/download/task-2.5.1.tar.gz",
    "mirror": null,
    "homepage": "https://taskwarrior.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "gnutls",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "bash_completion.install \"scripts/bash/task.sh\"",
        "zsh_completion.install \"scripts/zsh/_task\"",
        "fish_completion.install \"scripts/fish/task.fish\""
    ],
    "version": "2.5.1",
    "file": "task.rb"
}