# checkmake mit Homebrew, dnf, MacPorts, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für checkmake in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:checkmake
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install checkmake
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install checkmake
```

  Evidenz: MacPorts ports tree: devel/checkmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install checkmake
```

  Evidenz: Fedora Rawhide package metadata: checkmake from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#checkmake
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/ch/checkmake/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:checkmake
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/checkmake>
- **Version:** 0.3.2
- **Quellzusammenfassung:** Linter/analyzer for Makefiles
- **Homepage:** <https://github.com/checkmake/checkmake>
- **Repository:** <https://github.com/checkmake/checkmake>
- **Lizenz:** MIT
- **Quellarchiv:** <https://github.com/checkmake/checkmake/archive/refs/tags/v0.3.2.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- checkmake (cli)
- checkmake (Alias)

## Build-Abhängigkeiten

- go
- pandoc

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 0.3.2
- lokale Daten: OK
- Upstream-Repository: https://github.com/checkmake/checkmake
- neueste erkannte Version: v0.3.2 (aktuell)
- Info: No package-manager update timestamp was available.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 2016: checkmake/checkmake repository created.
- 2022: 0.2.1 release published on GitHub.
- 2023: 0.2.2 release used in the official pre-commit example.
- 2026: v0.3.x releases published, showing renewed maintenance.

### Related projects

- pre-commit is an adjacent integration surface documented by the project.
- MegaLinter embeds checkmake for Makefile linting, and GNU Make is the input format the tool analyzes.

### Quellen

- <https://github.com/checkmake/checkmake>
- <https://github.com/checkmake/checkmake/releases>
- <https://github.com/checkmake/checkmake#readme>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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.


## Configuration files

- Unix: ./checkmake.ini
- Windows: .\checkmake.ini
## Details aus der Quelldatenbank

- **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:** head, stable

## Andere Paketmanager-Einträge

- Nix - checkmake: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/checkmake/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - checkmake - 0.3.2-3.fc45: normalized package name match | Fedora Rawhide package metadata: checkmake from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Linter/analyzer for Makefiles | https://github.com/checkmake/checkmake
- MacPorts - checkmake: normalized package name match | MacPorts ports tree: devel/checkmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/de/brew/go/) - Build dependency declared by Homebrew.
- [pandoc](https://pkg.so/de/brew/pandoc/) - Build dependency declared by Homebrew.
- [actionlint](https://pkg.so/de/brew/actionlint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [checkstyle](https://pkg.so/de/brew/checkstyle/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [cmake-lint](https://pkg.so/de/brew/cmake-lint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting, static-analysis.
- [golangci-lint](https://pkg.so/de/brew/golangci-lint/) - Shares pkgdb curated category or tags: cli, developer-tools, go, linting, static-analysis.
- [markdownlint-cli](https://pkg.so/de/brew/markdownlint-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, linting.
- [markdownlint-cli2](https://pkg.so/de/brew/markdownlint-cli2/) - Shares pkgdb curated category or tags: cli, developer-tools, linting.
- [codespell](https://pkg.so/de/brew/codespell/) - Shares pkgdb curated category or tags: cli, developer-tools, linting.
- [cpplint](https://pkg.so/de/brew/cpplint/) - Shares pkgdb curated category or tags: cli, developer-tools, linting.
- [protolint](https://pkg.so/de/brew/protolint/) - Local package facts share a topical domain. Shared terms: analysis, cli, developer, developer-tools, linter.
- [errcheck](https://pkg.so/de/brew/errcheck/) - Both packages touch the same language runtime or ecosystem. Shared terms: analysis, cli, developer, developer-tools, go.

## Combined YAML source

View the package source record on GitHub. [combined/checkmake.yml](https://github.com/mxcl/pkgdb/blob/main/combined/checkmake.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
