{ "name": "audiomanager", "description": "The AudioManager is a framework for managing audio in the IVI context", "kind": "chunk", "configure-commands": [ "mkdir build", "cd build && cmake .." ], "build-commands": [ "cd build && make" ], "test-commands": [ "cd build && make gtest" ], "install-commands": [ "cd build && make install" ] }