summaryrefslogtreecommitdiff
path: root/homebrew/tasksh/.beer
blob: 849ed4b6aa9d3686f28e3d421d90a3271681c717 (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
{
    "name": "Tasksh",
    "description": "Shell wrapper for Taskwarrior commands",
    "url": "https://taskwarrior.org/download/tasksh-1.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://tasktools.org/projects/tasksh.html",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "task",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.2.0",
    "file": "tasksh.rb"
}