summaryrefslogtreecommitdiff
path: root/homebrew/tidyp/.beer
blob: d53012436eb0b128877eb635e053cd5309f49706 (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
{
    "name": "Tidyp",
    "description": "Validate and modify HTML",
    "url": "https://github.com/downloads/petdance/tidyp/tidyp-1.04.tar.gz",
    "mirror": null,
    "homepage": "http://tidyp.com/",
    "depends": [],
    "resource": [
        {
            "name": "manual",
            "url": "https://raw.githubusercontent.com/petdance/tidyp/6a6c85bc9cb089e343337377f76127d01dd39a1c/htmldoc/tidyp1.xsl"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\"",
        "resource(\"manual\").stage do",
        "system \"#{bin}/tidyp -xml-help > tidyp1.xml\"",
        "system \"#{bin}/tidyp -xml-config > tidyp-config.xml\"",
        "system \"/usr/bin/xsltproc tidyp1.xsl tidyp1.xml > tidyp.1\"",
        "man1.install gzip(\"tidyp.1\")"
    ],
    "version": "1.04",
    "file": "tidyp.rb"
}