summaryrefslogtreecommitdiff
path: root/googletest.morph
blob: 6e366a2f92309a62cafbaa7f92c237a0fe968fe5 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "googletest",
    "kind": "chunk",
    "build-system": "autotools",
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "mkdir -p /usr/share/m4/gtest",
        "install -m 644 m4/acx_pthread.m4 /usr/share/m4/gtest"
    ]
}