Automic VaultAutomic Vault

brew

mk-configure mit Homebrew, apk, apt, dnf, MacPorts, pacman, zypper installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install mk-configure

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install mk-configure

MacPorts ports tree · devel/mk-configure/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add mk-configure

Alpine Linux edge package indexes · mk-configure · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install mk-configure

Debian stable package indexes · mk-configure · Quelle: deb.debian.org

Fedora dnfverifiziert · 92%
sudo dnf install mk-configure

Fedora Rawhide package metadata · mk-configure · Quelle: dl.fedoraproject.org

Arch Linux pacmanverifiziert · 92%
sudo pacman -S mk-configure

Arch Linux sync databases · mk-configure · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install mk-configure

openSUSE Tumbleweed package metadata · mk-configure · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Lightweight replacement for GNU autotools

Befehle und Aliase

  • mkc_check_compiler
  • mkc_check_custom
  • mkc_check_decl
  • mkc_check_funclib
  • mkc_check_header
  • mkc_check_prog
  • mkc_check_sizeof
  • mkc_check_version
  • mkc_compiler_settings
  • mkc_install
  • mkc_which
  • mkcmake

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Wie es verwendet wird

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.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:repl

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Installiert mit 2 Laufzeitabhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
mkc_check_compilercliglobales Executable
mkc_check_customcliglobales Executable
mkc_check_declcliglobales Executable
mkc_check_funclibcliglobales Executable
mkc_check_headercliglobales Executable
mkc_check_progcliglobales Executable
mkc_check_sizeofcliglobales Executable
mkc_check_versioncliglobales Executable
mkc_compiler_settingscliglobales Executable
mkc_installcliglobales Executable
mkc_whichcliglobales Executable
mkcmakecliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-10
Manager-Version0.40.0
Manager aktualisiert
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/cheusov/mk-configure

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:mk-configure
Version0.40.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/mk-configure
Homepagehttps://github.com/cheusov/mk-configure
Repositoryhttps://github.com/cheusov/mk-configure
Upstream-Dokumentationhttps://github.com/cheusov/mk-configure#readme
LizenzBSD-2-Clause AND BSD-3-Clause AND MIT AND MIT-CMU
Quellarchivhttps://downloads.sourceforge.net/project/mk-configure/mk-configure/mk-configure-0.40.0/mk-configure-0.40.0.tar.gz
Abhängigkeitenbmake, makedepend
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemk-configure
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

mk-configure 0.37.0-2

lightweight replacement for GNU autotools

https://sourceforge.net/projects/mk-configure/

sudo apt install mk-configure
  • Section: devel
  • Architecture: all
  • 1 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mk-configure from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

mk-configure 0.37.0-2

lightweight replacement for GNU autotools

https://sourceforge.net/projects/mk-configure/

sudo apt install mk-configure
  • Section: universe/devel
  • Architecture: all
  • 1 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mk-configure from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

mk-configure 0.40.0-r1

Lightweight replacement for autotools

https://github.com/cheusov/mk-configure

sudo apk add mk-configure
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: mk-configure
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mk-configure from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mk-configure-dev 0.40.0-r1

Lightweight replacement for autotools (development files)

https://github.com/cheusov/mk-configure

sudo apk add mk-configure-dev
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: mk-configure
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mk-configure-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

mk-configure-doc 0.40.0-r1

Lightweight replacement for autotools (documentation)

https://github.com/cheusov/mk-configure

sudo apk add mk-configure-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: mk-configure
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mk-configure-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

mk-configure 0.38.3-8.fc44

A build system on top of bmake

https://github.com/cheusov/mk-configure/

sudo dnf install mk-configure
  • License: BSD-2-Clause AND BSD-4-Clause AND ISC
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: mk-configure
  • 5 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mk-configure from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mk-configure-doc 0.38.3-8.fc44

The mk-configure documentation

https://github.com/cheusov/mk-configure/

sudo dnf install mk-configure-doc
  • License: BSD-2-Clause AND ISC AND CC0-1.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: mk-configure
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mk-configure-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

mk-configure 0.40.0-1

Lightweight replacement for GNU autotools

https://github.com/cheusov/mk-configure

sudo pacman -S mk-configure
  • License: BSD
  • Architecture: any
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Mk Configure
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mk-configure from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

mk-configure 0.40.0-1.1

A build system on top of bmake

https://github.com/cheusov/mk-configure/

sudo zypper install mk-configure
  • License: BSD-2-Clause AND MIT AND ISC
  • Category: Development/Tools/Building
  • Architecture: noarch
  • Source Package: mk-configure
  • 4 Abhängigkeiten
  • 3 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mk Configure
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mk-configure from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

mk-configure-doc 0.40.0-1.1

Mk-configure documentation

https://github.com/cheusov/mk-configure/

sudo zypper install mk-configure-doc
  • License: BSD-2-Clause AND MIT AND ISC
  • Category: Documentation/Other
  • Architecture: noarch
  • Source Package: mk-configure
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Mk Configure
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mk-configure-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

mk-configure

sudo port install mk-configure
  • normalized package name match
  • Abgeglichen nach: Mk Configure
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/mk-configure/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment