summaryrefslogtreecommitdiff
path: root/diffutils.morph
blob: 527b98ed148c142dcdff76306938dc5c3c643cea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "diffutils",
    "kind": "chunk",
    "configure-commands": [
        "bash bootstrap",
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make install"
    ]
}