Automic VaultAutomic Vault

brew

makepkg mit Homebrew, apt, apk, dnf, Nix, pacman installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install makepkg

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install makepkg

Debian stable package indexes · makepkg · Quelle: deb.debian.org

Alpine Linux apkverifiziert · 92%
sudo apk add pacman

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

Fedora dnfverifiziert · 92%
sudo dnf install libalpm

Fedora Rawhide package metadata · libalpm · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#pacman

nixpkgs package indexes · pkgs/by-name/pa/pacman/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S pacman

Arch Linux sync databases · pacman · Quelle: geo.mirror.pkgbuild.com

Überblick

Paketzusammenfassung

Compile and build packages suitable for installation with pacman

Befehle und Aliase

  • makepkg
  • makepkg-template
  • pacman
  • pacman-conf
  • pacman-db-upgrade
  • pacman-key
  • repo-add
  • repo-elephant
  • repo-remove
  • testpkg
  • vercmp

Verlauf

Projektgeschichte und Nutzung

`makepkg` is Arch Linux's package build script for turning PKGBUILD recipes into pacman-installable packages. It sits in the pacman project alongside libalpm, repo-add, pacman-key, and related utilities, and is the practical center of Arch source packaging culture.

Projektgeschichte

The pacman project began with Judd Vinet's early Arch Linux package manager releases in 2002. The official pacman page records a 1.0 release on February 25, 2002, a 2.0 release in August 2002 that introduced sync package databases, and later major versions that grew the toolchain around the simple compressed package format.

The official pacman history calls out version 3.0 as the split between the pacman front end and libalpm, version 4.0 as the point where package signing and verification covered the makepkg, repo-add, and pacman toolchain, version 6.0 for parallel downloads, and version 7.0 for sandboxed downloads. `makepkg` developed with that ecosystem because package building, repository metadata, installation, and verification all have to agree on package formats and metadata.

Adoptionsgeschichte

On Arch Linux, `makepkg` became the normal way for users and maintainers to build packages from PKGBUILDs. The man page frames the workflow plainly: once a PKGBUILD exists, `makepkg` downloads and validates sources, checks dependencies, runs the build and packaging functions, installs into a temporary root, writes metadata, and creates a package for pacman.

The Arch User Repository amplified `makepkg`'s role because AUR packages are distributed as build recipes rather than prebuilt binaries. That made PKGBUILD review, local compilation, checksums, source arrays, and `makepkg -si` part of everyday Arch package-manager literacy.

Wie es verwendet wird

Typical usage is to enter a directory containing a PKGBUILD and run `makepkg`, often with flags to install dependencies, clean build files, sign packages, or install the result with pacman. `makepkg.conf` controls compiler flags, build environment options, source download agents, compression, signing, and per-user overrides.

Warum Paket-Nerds sich dafür interessieren

`makepkg` matters because it makes the Arch package format legible and reproducible at the shell level. A package recipe is a Bash file, the package database is intentionally simple, and the toolchain exposes enough knobs for distribution maintainers, AUR users, and local rebuilders to reason about exactly what got built.

Zeitleiste

  • 2002: pacman 1.0 is released.
  • 2002: pacman 2.0 introduces sync package databases.
  • 2007: pacman 3.0 splits the package manager into libalpm and the pacman front end.
  • 2011: pacman 4.0 adds signing and verification across makepkg, repo-add, and pacman.
  • 2021: pacman 6.0 adds parallel downloads.
  • 2024: pacman 7.0 adds sandboxed download support.

Related projects

  • Related Arch packaging tools include pacman, libalpm, repo-add, repo-remove, makepkg-template, pacman-key, namcap, devtools, and AUR helpers that delegate builds to `makepkg`.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 6 Plattformziele verfügbar.
  • Installiert mit 5 Laufzeitabhängigkeiten.
  • Build-Metadaten listen 3 Build-Abhä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.

local files

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

Config paths the tool may read or write during local use.

Linux
/etc/makepkg.conf/etc/makepkg.conf.d/*.conf$XDG_CONFIG_HOME/pacman/makepkg.conf~/.makepkg.conf

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
makepkgcliglobales Executable
makepkg-templatecliglobales Executable
pacmancliglobales Executable
pacman-confcliglobales Executable
pacman-db-upgradecliglobales Executable
pacman-keycliglobales Executable
repo-addcliglobales Executable
repo-elephantcliglobales Executable
repo-removecliglobales Executable
testpkgcliglobales Executable
vercmpcliglobales 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-08
Manager-Version7.1.0
Manager aktualisiert2026-06-21
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://wiki.archlinux.org/index.php/makepkg

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:makepkg
Version7.1.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/makepkg
Homepagehttps://wiki.archlinux.org/index.php/makepkg
Repositoryhttps://gitlab.archlinux.org/pacman/pacman
Upstream-Dokumentationhttps://man.archlinux.org/man/makepkg.8
LizenzGPL-2.0-or-later
Quellarchivhttps://gitlab.archlinux.org/pacman/pacman.git
Zuletzt aktualisiert2026-06-21T16:34:05-04:00
Pulseupdated
Abhängigkeitenbash, fakeroot, gettext, libarchive, openssl@3
Build-Abhängigkeitenmeson, ninja, pkgconf
Von macOS bereitgestellte Bibliothekenlibxslt
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

makepkg 7.0.0-1+b1

Arch Linux package build utility

https://archlinux.org/pacman/

sudo apt install makepkg
  • Section: admin
  • Architecture: amd64
  • Source Package: pacman-package-manager
  • 8 Abhängigkeiten
  • 2 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Makepkg
Debian stable package indexes · deb.debian.org · Debian stable package indexes: makepkg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

makepkg 6.0.2-6ubuntu2

Arch Linux package build utility

https://archlinux.org/pacman/

sudo apt install makepkg
  • Section: universe/admin
  • Architecture: amd64
  • Source Package: pacman-package-manager
  • 8 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Makepkg
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: makepkg from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Debian apt92%

pacman 10-21

Chase Monsters in a Labyrinth

sudo apt install pacman
  • Section: games
  • Architecture: amd64
  • 3 Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Debian stable package indexes · deb.debian.org · Debian stable package indexes: pacman from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

pacman

nix profile install nixpkgs#pacman
  • installed executable or alias match
  • Abgeglichen nach: Pacman
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/pa/pacman/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt92%

pacman 10-19

Chase Monsters in a Labyrinth

sudo apt install pacman
  • Section: universe/games
  • Architecture: amd64
  • 3 Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: pacman from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk92%

pacman 7.1.0-r2

Simple library-based package manager

https://www.archlinux.org/pacman/

sudo apk add pacman
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pacman
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacman from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

pacman-bash-completion 7.1.0-r2

Bash completions for pacman

https://www.archlinux.org/pacman/

sudo apk add pacman-bash-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pacman
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacman-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

pacman-dev 7.1.0-r2

Simple library-based package manager (development files)

https://www.archlinux.org/pacman/

sudo apk add pacman-dev
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pacman
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacman-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

pacman-doc 7.1.0-r2

Simple library-based package manager (documentation)

https://www.archlinux.org/pacman/

sudo apk add pacman-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pacman
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacman-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

pacman-lang 7.1.0-r2

Languages for package pacman

https://www.archlinux.org/pacman/

sudo apk add pacman-lang
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pacman
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacman-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

pacman-zsh-completion 7.1.0-r2

Zsh completions for pacman

https://www.archlinux.org/pacman/

sudo apk add pacman-zsh-completion
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: pacman
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: pacman-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf92%

libalpm 7.1.0-2.fc45

Arch Linux Package Management library

https://gitlab.archlinux.org/pacman/pacman

sudo dnf install libalpm
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: pacman
  • 6 Abhängigkeiten
  • 2 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libalpm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

libalpm-devel 7.1.0-2.fc45

Development headers for libalpm

https://gitlab.archlinux.org/pacman/pacman

sudo dnf install libalpm-devel
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: pacman
  • 3 Abhängigkeiten
  • 2 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libalpm-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

pacman 7.1.0-2.fc45

Package manager for the Arch distribution

https://gitlab.archlinux.org/pacman/pacman

sudo dnf install pacman
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: pacman
  • 7 Abhängigkeiten
  • 3 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: pacman from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

pacman-filesystem 7.1.0-2.fc45

Pacman filesystem layout

https://gitlab.archlinux.org/pacman/pacman

sudo dnf install pacman-filesystem
  • License: LicenseRef-Fedora-Public-Domain
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: pacman
  • 1 stellt bereit
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: pacman-filesystem from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman92%

pacman 7.1.0.r9.g54d9411-2

A library-based package manager with dependency support

https://www.archlinux.org/pacman/

sudo pacman -S pacman
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 18 Abhängigkeiten
  • 1 stellt bereit
  • 2 optionale Abhängigkeiten
  • installed executable or alias match
  • Abgeglichen nach: Pacman
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: pacman from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment