{ "name": "grep", "kind": "chunk", "configure-commands": [ "./configure --prefix=/usr" ], "build-commands": [ "make" ], "install-commands": [ "make install" ] }