summaryrefslogtreecommitdiff
path: root/homebrew/enscript/.beer
blob: 5bdd95b935c9015b39c82dfaa48f2e44e34d2a22 (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": "Enscript",
    "description": "Convert text to Postscript, HTML, or RTF, with syntax highlighting",
    "url": "https://ftp.gnu.org/gnu/enscript/enscript-1.6.6.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/enscript/enscript-1.6.6.tar.gz",
    "homepage": "https://www.gnu.org/software/enscript/",
    "depends": [
        {
            "depend": "gettext",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "cspice",
            "reason": "both install `states` binaries"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.6.6",
    "file": "enscript.rb"
}