1BUILDINFO(5)                     Pacman Manual                    BUILDINFO(5)
2
3
4

NAME

6       BUILDINFO - Makepkg package build information file
7

SYNOPSIS

9       This manual page describes the format of a BUILDINFO file found in the
10       root of a package created by makepkg. The file contains a description
11       of the package’s build environment. The information is formatted in
12       key-value pairs separated by a =, one value per line. Arrays are
13       represented multiple keys with the same value.
14

DESCRIPTION

16       This is a description of the contents of version 1 of the BUILDINFO
17       file format.
18
19       format
20           Denotes the file format version, represented by a plain positive
21           integer.
22
23       pkgname
24           The name of the package.
25
26       pkgbase
27           The base name of a package, usually the same as the pkgname except
28           for split packages.
29
30       pkgver
31           The version of the package including pkgrel and epoch.
32
33       pkgarch
34           The architecture of the package.
35
36       pkgbuild_sha256sum
37           The sha256sum in hex format of the PKGBUILD used to build the
38           package.
39
40       packager
41           The details of the packager that built the package.
42
43       builddate
44           The build date of the package in epoch.
45
46       builddir
47           The directory where the package was built.
48
49       buildenv (array)
50           The build environment specified in makepkg.conf.
51
52       options (array)
53           The options set specified when building the package.
54
55       installed (array)
56           The installed packages at build time including the version
57           information of the package. Formatted as
58           "$pkgname-$pkgver-$pkgrel-$pkgarch".
59

SEE ALSO

61       makepkg(8), pacman(8), makepkg.conf(5)
62
63       See the pacman website at https://www.archlinux.org/pacman/ for current
64       information on pacman and its related tools.
65

BUGS

67       Bugs? You must be kidding; there are no bugs in this software. But if
68       we happen to be wrong, submit a bug report with as much detail as
69       possible at the Arch Linux Bug Tracker in the Pacman section.
70

AUTHORS

72       Current maintainers:
73
74       ·   Allan McRae <allan@archlinux.org>
75
76       ·   Andrew Gregory <andrew.gregory.8@gmail.com>
77
78       ·   Dan McGee <dan@archlinux.org>
79
80       ·   Dave Reisner <dreisner@archlinux.org>
81
82       Past major contributors:
83
84       ·   Judd Vinet <jvinet@zeroflux.org>
85
86       ·   Aurelien Foret <aurelien@archlinux.org>
87
88       ·   Aaron Griffin <aaron@archlinux.org>
89
90       ·   Xavier Chantry <shiningxc@gmail.com>
91
92       ·   Nagy Gabor <ngaba@bibl.u-szeged.hu>
93
94       For additional contributors, use git shortlog -s on the pacman.git
95       repository.
96
97
98
99Pacman 5.2.1                      2020-07-29                      BUILDINFO(5)
Impressum