macOS
brew install checkmakelocal Homebrew formula metadata
sudo port install checkmakeMacPorts ports tree · devel/checkmake/Portfile · source: api.github.com
brew
Linter/analyzer for Makefiles. Version 0.3.2 via Homebrew; verified from local package data.
install
brew install checkmakelocal Homebrew formula metadata
sudo port install checkmakeMacPorts ports tree · devel/checkmake/Portfile · source: api.github.com
sudo dnf install checkmakeFedora Rawhide package metadata · checkmake · source: dl.fedoraproject.org
nix profile install nixpkgs#checkmakenixpkgs package indexes · pkgs/by-name/ch/checkmake/package.nix · source: api.github.com
overview
Linter/analyzer for Makefiles
history
checkmake is a Go command-line linter for Makefiles. It is a small but package-relevant tool because Makefiles are ubiquitous, and checkmake gives them the kind of static analysis that shell scripts, YAML, and source code often already receive.
The checkmake/checkmake repository was created in August 2016 and describes the project as a linter and analyzer for Makefiles. The README says it scans one or more Makefiles for potential issues according to configurable rules.
The project was inspired by an idea from Dan Buch, according to the README, and later moved into the checkmake GitHub organization while retaining older badge references to the original mrtazz/checkmake namespace.
The official README documents installation with Go, prebuilt releases, packages, packagecloud, Homebrew-style package-manager use through batch metadata, and official container images on quay.io. It also provides pre-commit hook configuration for repository-level adoption.
The README notes that checkmake is natively embedded in MegaLinter, which makes it available inside a broader multi-language linting workflow even when users do not install it directly.
Typical usage is to run checkmake against Makefile, GNUmakefile, or *.mk inputs and receive text or JSON reports. The CLI supports a default checkmake.ini configuration file, listing rules, and custom output templates.
In CI and pre-commit workflows, checkmake is used to catch missing phony declarations and similar Makefile maintainability issues before they are merged.
checkmake is package-nerd interesting because it lints one of the oldest build-description formats still found in modern repositories. It is also a tidy example of a Go CLI distributed through source install, binary releases, containers, packagecloud, Homebrew, MacPorts, Nix, and distro packages.
Its presence in pre-commit and MegaLinter shows the common path from standalone command to plumbing inside larger developer-tool aggregators.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./checkmake.ini.\checkmake.iniexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
checkmake | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/checkmake/checkmake
install metadata
| Package key | brew:checkmake |
|---|---|
| Version | 0.3.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/checkmake |
| Homepage | https://github.com/checkmake/checkmake |
| Repository | https://github.com/checkmake/checkmake |
| Upstream docs | https://github.com/checkmake/checkmake#readme |
| License | MIT |
| Source archive | https://github.com/checkmake/checkmake/archive/refs/tags/v0.3.2.tar.gz |
| Build dependencies | go, pandoc |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | checkmake |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
checkmake
nix profile install nixpkgs#checkmakecheckmake 0.3.2-2.fc45
Linter/analyzer for Makefiles
https://github.com/checkmake/checkmake
sudo dnf install checkmakecheckmake
sudo port install checkmakesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.