summaryrefslogtreecommitdiff
path: root/groff.morph
blob: 332dace853f85ca8608ba8382ac138708d7f4189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "groff",
    "kind": "chunk",
    "max-jobs": 1,
    "configure-commands": [
        "PAGE=A4 ./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "ln -sv eqn \"$DESTDIR/usr/bin/geqn\"",
        "ln -sv tbl \"$DESTDIR/usr/bin/gtbl\""
    ]
}