summaryrefslogtreecommitdiff
path: root/homebrew/bashish/.beer
blob: c81460cf692c22ffd0cd2edc3191a0200de26298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Bashish",
    "description": "Theme environment for text terminals",
    "url": "https://downloads.sourceforge.net/project/bashish/bashish/2.2.4/bashish-2.2.4.tar.gz",
    "mirror": null,
    "homepage": "https://bashish.sourceforge.io/",
    "depends": [
        {
            "depend": "dialog",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.2.4",
    "file": "bashish.rb"
}