Pacman packages

From wikinotes
Revision as of 22:44, 25 December 2021 by Will (talk | contribs)

Archlinux packages are described in PKGBUILD files, and built using makepkg.
They are expressed in bash shellscript.

Documentation

PKGBUILD docs https://wiki.archlinux.org/title/PKGBUILD

Usage

cd ${DIR_W_PKGBUILD}
makepkg

PKGBUILD Syntax

# required
pkgname=
pkgver=
pkgrel=
arch=

# optional
license=