diff options
Diffstat (limited to 'upstream/fedora-40/man5/BUILDINFO.5')
-rw-r--r-- | upstream/fedora-40/man5/BUILDINFO.5 | 43 |
1 files changed, 28 insertions, 15 deletions
diff --git a/upstream/fedora-40/man5/BUILDINFO.5 b/upstream/fedora-40/man5/BUILDINFO.5 index 13f1ccde..fad0ab76 100644 --- a/upstream/fedora-40/man5/BUILDINFO.5 +++ b/upstream/fedora-40/man5/BUILDINFO.5 @@ -2,12 +2,12 @@ .\" Title: buildinfo .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 2024-01-25 +.\" Date: 2024-03-09 .\" Manual: Pacman Manual -.\" Source: Pacman 6.0.2 +.\" Source: Pacman 6.1.0 .\" Language: English .\" -.TH "BUILDINFO" "5" "2024\-01\-25" "Pacman 6\&.0\&.2" "Pacman Manual" +.TH "BUILDINFO" "5" "2024\-03\-09" "Pacman 6\&.1\&.0" "Pacman Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -34,7 +34,7 @@ BUILDINFO \- Makepkg package build information file This manual page describes the format of a BUILDINFO file found in the root of a package created by makepkg\&. The file contains a description of the package\(cqs build environment\&. The information is formatted in key\-value pairs separated by a \fI=\fR, one value per line\&. Arrays are represented multiple keys with the same value\&. .SH "DESCRIPTION" .sp -This is a description of the contents of version \fI1\fR of the BUILDINFO file format\&. +This is a description of the contents of version \fI2\fR of the BUILDINFO file format\&. .PP \fBformat\fR .RS 4 @@ -86,6 +86,19 @@ The directory where the package was built\&. The directory from which makepkg was executed\&. .RE .PP +\fBbuildtool\fR +.RS 4 +The name of the tool ecosystem used to set up the build environment\&. Used for defining a spec for reproducible builds, e\&.g\&. the source of the +\fBmakepkg.conf\fR(5) +used\&. +.RE +.PP +\fBbuildtoolver\fR +.RS 4 +The full version of the +\fIbuildtool\fR, for example: "$pkgver\-$pkgrel\-$pkgarch"\&. +.RE +.PP \fBbuildenv (array)\fR .RS 4 The build environment specified in makepkg\&.conf\&. @@ -142,17 +155,6 @@ Andrew Gregory <andrew\&.gregory\&.8@gmail\&.com> .sp -1 .IP \(bu 2.3 .\} -Eli Schwartz <eschwartz@archlinux\&.org> -.RE -.sp -.RS 4 -.ie n \{\ -\h'-04'\(bu\h'+03'\c -.\} -.el \{\ -.sp -1 -.IP \(bu 2.3 -.\} Morgan Adamiec <morganamilo@archlinux\&.org> .RE .sp @@ -235,4 +237,15 @@ Nagy Gabor <ngaba@bibl\&.u\-szeged\&.hu> Dave Reisner <dreisner@archlinux\&.org> .RE .sp +.RS 4 +.ie n \{\ +\h'-04'\(bu\h'+03'\c +.\} +.el \{\ +.sp -1 +.IP \(bu 2.3 +.\} +Eli Schwartz <eschwartz@archlinux\&.org> +.RE +.sp For additional contributors, use git shortlog \-s on the pacman\&.git repository\&. |