{"id":19025803,"url":"https://github.com/martinrixham/cheesemake","last_synced_at":"2025-10-06T03:16:27.155Z","repository":{"id":69954892,"uuid":"258998012","full_name":"MartinRixham/Cheesemake","owner":"MartinRixham","description":"It is not meant to be taken literally, it refers to any manufacturers of dairy products.","archived":false,"fork":false,"pushed_at":"2024-09-05T11:26:26.000Z","size":94,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T00:10:42.400Z","etag":null,"topics":["bash","build-tool","c"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MartinRixham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-26T10:07:09.000Z","updated_at":"2024-09-05T11:26:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"98297738-3b93-4898-8019-c8a0a3d4c3c7","html_url":"https://github.com/MartinRixham/Cheesemake","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinRixham%2FCheesemake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinRixham%2FCheesemake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinRixham%2FCheesemake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinRixham%2FCheesemake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MartinRixham","download_url":"https://codeload.github.com/MartinRixham/Cheesemake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250437107,"owners_count":21430637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","build-tool","c"],"created_at":"2024-11-08T20:44:36.965Z","updated_at":"2025-10-06T03:16:22.118Z","avatar_url":"https://github.com/MartinRixham.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cheesemake\n\nCheesemake is a declarative build tool for C/C++ written in Bash.\nIt comes with plugins for serveral static and dynamic validation tools such as cppcheck and valgrind as well as the ability to run custom plugins.\nRead the [article](https://www.infoq.com/articles/cheesemake-c-build-system).\n\n### Dependencies\n\n* Bash\n* jq\n* pkg-config\n* OpenSSL\n\n### Install\n\nI don't intend to provide a portable installation script but you can do something like this:\n\n\tgit clone https://github.com/martinrixham/cheesemake.git\n\tcp -r cheesemake /opt\n\tln -s /opt/cheesemake/cheesemake /usr/local/bin/cmk\n\n### Run\n\t# cmk --help\n\tusage: cmk [clean] \u003cphase\u003e\n\t\n\tCheesemake runs ALL phases in order up to the one specified.\n\n\t\tPhases:\n\t\t validate\t\tRun plugins such as static analysis tools.\n\t\t compile\t\tCompile sources in the src directory and output them to build/src.\n\t\t test\t\t\tCompile and run tests in the test directory.\n\t\t package\t\tCreate a binary in build/bin or build/lib.\n\t\t verify\t\t\tRun plugins such as dynamic analysis tools.\n\t\t run\t\t\tRun build/bin/\u003crecipe name\u003e.\n\nDo `cmk \u003cphase\u003e` in the root directory of a project containing a `recipe.json` file.\n\n### Syntax\n\nPlease refer to the [recipe](example/recipe.json) in the example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinrixham%2Fcheesemake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinrixham%2Fcheesemake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinrixham%2Fcheesemake/lists"}