pkgctl
Arch Linux package maintainer toolset
TLDR
View auth documentation
SYNOPSIS
pkgctl [command] [options]
DESCRIPTION
pkgctl is the unified command-line interface for Arch Linux package maintainer tools. It consolidates various devtools commands into a single entry point, simplifying the workflow for building and releasing Arch packages.
The tool integrates with Arch infrastructure including GitLab, the binary repositories, and the Arch Build System (ABS).
COMMANDS
auth
Authenticate with GitLab and other servicesbuild
Build packages in clean chrootdb update
Update binary repository databasediff
Compare package filesrelease
Release build artifactsrepo
Manage Git packaging repositoriesversion
Display version information
CAVEATS
Intended for Arch package maintainers. Requires devtools package. Authentication needed for some operations. Understanding of PKGBUILD files required.
HISTORY
pkgctl was introduced as part of modernizing Arch Linux devtools. It provides a unified interface replacing scattered tools like archbuild, archrelease, and others, improving the package maintainer experience.
