{ "name": "Kcov", "description": "Code coverage tester for compiled programs, Python, and shell scripts", "url": "https://github.com/SimonKagstrom/kcov/archive/v36.tar.gz", "mirror": null, "homepage": "https://simonkagstrom.github.io/kcov/", "depends": [ { "depend": "cmake", "build-depend": true }, { "depend": "pkg-config", "build-depend": true } ], "resource": [], "conflicts": [], "patches": [], "install": [ "mkdir \"build\" do", "system \"cmake\", \"-DSPECIFY_RPATH=ON\", *std_cmake_args, \"..\"", "system \"make\"", "system \"make\", \"install\"" ], "version": "36", "file": "kcov.rb" }