summaryrefslogtreecommitdiff
path: root/homebrew/xmlstarlet/.beer
blob: cfa833c8c8743202b2a97cc7cd9432df1312ccd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Xmlstarlet",
    "description": "XML command-line utilities",
    "url": "https://downloads.sourceforge.net/project/xmlstar/xmlstarlet/1.6.1/xmlstarlet-1.6.1.tar.gz",
    "mirror": null,
    "homepage": "https://xmlstar.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "bin.install_symlink \"xml\" => \"xmlstarlet\""
    ],
    "version": "1.6.1",
    "file": "xmlstarlet.rb"
}