{"id":28734692,"url":"https://github.com/rodmoioliveira/makefile-templates","last_synced_at":"2026-02-02T00:01:56.154Z","repository":{"id":216369715,"uuid":"741157061","full_name":"rodmoioliveira/makefile-templates","owner":"rodmoioliveira","description":"A collection of my commonly used makefile recipes.","archived":false,"fork":false,"pushed_at":"2025-11-25T20:51:24.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-07T22:29:44.791Z","etag":null,"topics":["makefile","makefile-template","makefiles","makefiles-management"],"latest_commit_sha":null,"homepage":"https://rodmoioliveira.github.io/makefile-templates/","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rodmoioliveira.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-09T20:16:53.000Z","updated_at":"2025-11-25T20:51:21.000Z","dependencies_parsed_at":"2025-01-19T18:33:17.210Z","dependency_job_id":"db3aabeb-0732-4166-9737-57b7a3dc25b0","html_url":"https://github.com/rodmoioliveira/makefile-templates","commit_stats":null,"previous_names":["rodmoioliveira/makefile-templates"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/rodmoioliveira/makefile-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodmoioliveira%2Fmakefile-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodmoioliveira%2Fmakefile-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodmoioliveira%2Fmakefile-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodmoioliveira%2Fmakefile-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodmoioliveira","download_url":"https://codeload.github.com/rodmoioliveira/makefile-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodmoioliveira%2Fmakefile-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28996568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["makefile","makefile-template","makefiles","makefiles-management"],"created_at":"2025-06-15T23:32:40.908Z","updated_at":"2026-02-02T00:01:56.144Z","avatar_url":"https://github.com/rodmoioliveira.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# makefile-templates\n\nA collection of my commonly used makefile recipes.\n\n[![builds.sr.ht status](https://builds.sr.ht/~rodmoi.svg)](https://builds.sr.ht/~rodmoi?)\n\n\u003e [!IMPORTANT]\n\u003e This repo was [moved](https://git.sr.ht/~rodmoi/makefile-templates) to [sourcehut](https://sr.ht/)!\n\n# index\n\n- [Dependencies](#dependencies)\n- [Make Recipes](#make-recipes)\n- [How to Release](#how-to-release)\n\n# Dependencies\n\n[back^](#index)\n\n- [dprint](https://dprint.dev/)\n- [lychee](https://lychee.cli.rs/)\n- [shellcheck](https://www.shellcheck.net/)\n- [shfmt](https://github.com/mvdan/sh)\n\n# Make Recipes\n\n[back^](#index)\n\n```\nbash-all               Run all bash tests\nbash-check             Check format bash code\nbash-deps              Install bash dependencies\nbash-fmt               Format bash code\nbash-lint              Check lint bash code\ncomments-tidy          Tidy comments within code\ndoc-changelog          Write CHANGELOG.md\ndoc-readme             Write README.md\ndprint-check           Dprint check\ndprint-fmt             Dprint format\ngo-audit               Audit go vulnerabilities\ngo-build               Build go binary\ngo-deps                Install go dependencies\ngo-fmt                 Format go code\ngo-lint                Lint go code\ngo-lint-fix            Fix lint go code\ngo-outdated            Display when go dependencies are out of date\ngo-run                 Run go app\ngo-tests               Run go tests\nhelp                   Display this help screen\nlinks-check            Check links\nlinks-mirror           Mirror links\nlua-check              Check format lua code\nlua-fmt                Format Lua code\nmakefile-descriptions  Check if all Makefile rules have descriptions\nrs-audit               Audit Cargo.lock\nrs-audit-fix           Update Cargo.toml to fix vulnerable dependency requirement\nrs-build               Build binary\nrs-cargo-deps          Install cargo dependencies\nrs-check               Run check\nrs-dev                 Run check in watch mode\nrs-doc                 Open app documentation\nrs-fix                 Fix rust code\nrs-fmt                 Format rust code\nrs-fmt-fix             Format fix rust code\nrs-install             Install binary\nrs-lint                Lint rust code\nrs-lint-fix            Fix lint rust code\nrs-outdated            Display when dependencies are out of date\nrs-tests               Run tests\nrs-uninstall           Uninstall binary\nrs-update-cargo        Update dependencies\nrs-update-rustup       Update rust\ntypos                  Check typos\ntypos-fix              Fix typos\n```\n\n# How to Release\n\n[back^](#index)\n\nTo generate a new version, you need to follow these steps:\n\n1. Run the command `git tag -a \u003cyour.new.version\u003e -m \"version \u003cyour.new.version\u003e\"`.\n2. Run the command `make doc-changelog \u0026\u0026 make doc-readme`.\n3. Run the command `git add -A \u0026\u0026 git commit -m \"release: \u003cyour.new.version\u003e\"`.\n4. Run `git push` to `main`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodmoioliveira%2Fmakefile-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodmoioliveira%2Fmakefile-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodmoioliveira%2Fmakefile-templates/lists"}