# Installer mk-configure avec Homebrew, apk, apt, dnf, MacPorts, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mk-configure pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:mk-configure
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mk-configure
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mk-configure
```

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

### Linux

- apk (92%):

```sh
sudo apk add mk-configure
```

  Preuve: Alpine Linux edge package indexes: mk-configure from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install mk-configure
```

  Preuve: Debian stable package indexes: mk-configure from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mk-configure
```

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

- pacman (92%):

```sh
sudo pacman -S mk-configure
```

  Preuve: Arch Linux sync databases: mk-configure from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install mk-configure
```

  Preuve: openSUSE Tumbleweed package metadata: mk-configure from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:mk-configure
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/mk-configure>
- **Version:** 0.40.0
- **Résumé source:** Lightweight replacement for GNU autotools
- **Page d'accueil:** <https://github.com/cheusov/mk-configure>
- **Dépôt:** <https://github.com/cheusov/mk-configure>
- **Licence:** BSD-2-Clause AND BSD-3-Clause AND MIT AND MIT-CMU
- **Archive source:** <https://downloads.sourceforge.net/project/mk-configure/mk-configure/mk-configure-0.40.0/mk-configure-0.40.0.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- mkc_check_compiler (cli)
- mkc_check_custom (cli)
- mkc_check_decl (cli)
- mkc_check_funclib (cli)
- mkc_check_header (cli)
- mkc_check_prog (cli)
- mkc_check_sizeof (cli)
- mkc_check_version (cli)
- mkc_compiler_settings (cli)
- mkc_install (cli)
- mkc_which (cli)
- mkcmake (cli)
- mkc_check_compiler (alias)
- mkc_check_custom (alias)
- mkc_check_decl (alias)
- mkc_check_funclib (alias)
- mkc_check_header (alias)
- mkc_check_prog (alias)
- mkc_check_sizeof (alias)
- mkc_check_version (alias)
- mkc_compiler_settings (alias)
- mkc_install (alias)
- mkc_which (alias)
- mkcmake (alias)

## Dépendances

- bmake
- makedepend

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.40.0
- données locales: OK
- dépôt amont: https://github.com/cheusov/mk-configure
- info: No package-manager update timestamp was available.
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

mk-configure is Aleksey Cheusov's bmake-centered build system, presented in the late-2000s Unix tooling world as a lighter replacement for the Autotools workflow. Its design rejects generated configure and Makefile blobs: projects use bmake include files, POSIX shell, awk, and small helper programs, with mkcmake serving as the top-level command.

### Historique du projet

Technically, mk-configure combines ordinary build rules with autoconf-like probes. The mkc.configure.mk layer and standalone mkc_check_* tools check headers, declarations, functions, libraries, sizeof values, compilers, and custom conditions. The upstream README emphasizes C, C++, Objective-C, libraries, scripts, documentation, DESTDIR installs, uninstall targets, dependency analysis, and regression-test hooks.

### Modes d'utilisation

Its package-manager niche is Unix and BSD-adjacent software that wants configure-style portability without the GNU Autotools stack or a larger meta-build system such as CMake. The upstream project lists binary packages for pkgsrc, FreeBSD ports, Debian and Ubuntu, Arch, openSUSE, Fedora, and other distributions, which fits a tool aimed at source builds and packagers rather than application end users.

### Sources

- <https://github.com/cheusov/mk-configure>
- <https://groups.google.com/g/comp.unix.programmer/c/jcoEAhrbxHE>
- <https://lvee.org/media/presentations/2009/Cheusov-presentation.pdf>
- <https://manpages.ubuntu.com/manpages/focal/man7/mk-configure.7.html>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mk-configure
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - mk-configure - 0.37.0-2: normalized package name match | Debian stable package indexes: mk-configure from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | lightweight replacement for GNU autotools | https://sourceforge.net/projects/mk-configure/
- Ubuntu apt - mk-configure - 0.37.0-2: normalized package name match | Ubuntu 24.04 LTS package indexes: mk-configure from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | lightweight replacement for GNU autotools | https://sourceforge.net/projects/mk-configure/
- apk - mk-configure - 0.40.0-r1: normalized package name match | Alpine Linux edge package indexes: mk-configure from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight replacement for autotools | https://github.com/cheusov/mk-configure
- apk - mk-configure-dev - 0.40.0-r1: normalized package name match | Alpine Linux edge package indexes: mk-configure-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight replacement for autotools (development files) | https://github.com/cheusov/mk-configure
- apk - mk-configure-doc - 0.40.0-r1: normalized package name match | Alpine Linux edge package indexes: mk-configure-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight replacement for autotools (documentation) | https://github.com/cheusov/mk-configure
- dnf - mk-configure - 0.38.3-9.fc45: normalized package name match | Fedora Rawhide package metadata: mk-configure from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A build system on top of bmake | https://github.com/cheusov/mk-configure/
- dnf - mk-configure-doc - 0.38.3-9.fc45: normalized package name match | Fedora Rawhide package metadata: mk-configure-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | The mk-configure documentation | https://github.com/cheusov/mk-configure/
- pacman - mk-configure - 0.40.0-1: normalized package name match | Arch Linux sync databases: mk-configure from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Lightweight replacement for GNU autotools | https://github.com/cheusov/mk-configure
- zypper - mk-configure - 0.40.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: mk-configure from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A build system on top of bmake | https://github.com/cheusov/mk-configure/
- zypper - mk-configure-doc - 0.40.0-1.3: normalized package name match | openSUSE Tumbleweed package metadata: mk-configure-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Mk-configure documentation | https://github.com/cheusov/mk-configure/
- MacPorts - mk-configure: normalized package name match | MacPorts ports tree: devel/mk-configure/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [bmake](https://pkg.so/fr/brew/bmake/) - Runtime dependency declared by Homebrew.
- [makedepend](https://pkg.so/fr/brew/makedepend/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [ninja](https://pkg.so/fr/brew/ninja/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [scons](https://pkg.so/fr/brew/scons/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [dune](https://pkg.so/fr/brew/dune/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [premake](https://pkg.so/fr/brew/premake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [qbs](https://pkg.so/fr/brew/qbs/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [cabin](https://pkg.so/fr/brew/cabin/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [bazelisk](https://pkg.so/fr/brew/bazelisk/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-system, cli, developer, developer-tools.
- [buildkit](https://pkg.so/fr/brew/buildkit/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-system, cli, developer, developer-tools.
- [melange](https://pkg.so/fr/brew/melange/) - Local metadata places this package in an adjacent workflow. Shared terms: build, build-system, cli, developer, developer-tools.

## Combined YAML source

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


## Sources

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