{"id":19216903,"url":"https://github.com/devilbox/makefiles","last_synced_at":"2025-10-12T04:04:59.661Z","repository":{"id":42971432,"uuid":"465312246","full_name":"devilbox/makefiles","owner":"devilbox","description":"Common makefiles for Devilbox ecosystem","archived":false,"fork":false,"pushed_at":"2023-09-05T05:28:16.000Z","size":61,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T08:44:25.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devilbox.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}},"created_at":"2022-03-02T13:14:17.000Z","updated_at":"2025-01-22T15:48:21.000Z","dependencies_parsed_at":"2025-02-23T08:45:41.169Z","dependency_job_id":"151d3c17-aad8-4b62-8595-85c71ce3ad83","html_url":"https://github.com/devilbox/makefiles","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/devilbox/makefiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilbox%2Fmakefiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilbox%2Fmakefiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilbox%2Fmakefiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilbox%2Fmakefiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devilbox","download_url":"https://codeload.github.com/devilbox/makefiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devilbox%2Fmakefiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010238,"owners_count":26084718,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T14:19:16.769Z","updated_at":"2025-10-12T04:04:59.627Z","avatar_url":"https://github.com/devilbox.png","language":null,"readme":"# Makefiles\n\nCommon Makefiles for Devilbox ecosystem.\n\n\n## Usage in main Makefile\n\n`Makefile`:\n```makefile\nifneq (,)\n.error This Makefile requires GNU Make.\nendif\n\n# Ensure additional Makefiles are present\nMAKEFILES = Makefile.docker Makefile.lint\n$(MAKEFILES): URL=https://raw.githubusercontent.com/devilbox/makefiles/master/$(@)\n$(MAKEFILES):\n\t@if ! (curl --fail -sS -o $(@) $(URL) || wget -O $(@) $(URL)); then \\\n\t\techo \"Error, curl or wget required.\"; \\\n\t\techo \"Exiting.\"; \\\n\t\tfalse; \\\n\tfi\ninclude $(MAKEFILES)\n```\n\n`.gitignore`:\n```gitignore\nMakefile.docker\nMakefile.lint\n```\n\n\n## License\n\n**[MIT License](LICENSE)**\n\nCopyright (c) 2022 [cytopia](https://github.com/cytopia)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilbox%2Fmakefiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevilbox%2Fmakefiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevilbox%2Fmakefiles/lists"}