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