summaryrefslogtreecommitdiff
path: root/homebrew/ps2eps/.beer
blob: a81f89758b9ded339f3f51e81e9c74b9df617109 (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": "Ps2eps",
    "description": "Convert PostScript to EPS files",
    "url": "https://www.tm.uka.de/~bless/ps2eps-1.68.tar.gz",
    "mirror": null,
    "homepage": "https://www.tm.uka.de/~bless/ps2eps",
    "depends": [
        {
            "depend": "ghostscript",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system ENV.cc, \"src/C/bbox.c\", \"-o\", \"bbox\"",
        "bin.install \"bbox\"",
        "(libexec/\"bin\").install \"bin/ps2eps\"",
        "(bin/\"ps2eps\").write <<~EOS",
        "#!/bin/sh",
        "perl -S #{libexec}/bin/ps2eps \\\"$@\\\"",
        "EOS",
        "share.install \"doc/man\"",
        "doc.install \"doc/pdf\", \"doc/html\""
    ],
    "version": "1.68",
    "file": "ps2eps.rb"
}