summaryrefslogtreecommitdiff
path: root/homebrew/cweb/.beer
blob: 38b9f5fe0b20858655d7f09969a7c21e5e533e83 (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
{
    "name": "Cweb",
    "description": "Literate documentation system for C, C++, and Java",
    "url": "https://cs.stanford.edu/pub/cweb/cweb-3.64b.tar.gz",
    "mirror": "https://www.ctan.org/tex-archive/web/c_cpp/cweb/cweb-3.64b.tar.gz",
    "homepage": "https://cs.stanford.edu/~knuth/cweb.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "macrosdir = share/\"texmf/tex/generic\"",
        "cwebinputs = lib/\"cweb\"",
        "[bin, man1, macrosdir, elisp, cwebinputs].each(&:mkpath)",
        "system \"make\", \"install\",",
        "\"DESTDIR=#{bin}/\",",
        "\"MANDIR=#{man1}\",",
        "\"MANEXT=1\",",
        "\"MACROSDIR=#{macrosdir}\",",
        "\"EMACSDIR=#{elisp}\",",
        "\"CWEBINPUTS=#{cwebinputs}\""
    ],
    "version": "3.64",
    "file": "cweb.rb"
}