mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
makepkg.8: Document remaining environmental variables
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
49de11b340
commit
d63313efe1
@ -210,12 +210,16 @@ set up a development PKGBUILD.
|
|||||||
|
|
||||||
Environment Variables
|
Environment Variables
|
||||||
---------------------
|
---------------------
|
||||||
*PACMAN*::
|
**PACMAN**::
|
||||||
The command that will be used to check for missing dependencies and to
|
The command that will be used to check for missing dependencies and to
|
||||||
install and remove packages. Pacman's -Qq, -Rns, -S, -T, and -U
|
install and remove packages. Pacman's -Qq, -Rns, -S, -T, and -U
|
||||||
operations must be supported by this command. If the variable is not
|
operations must be supported by this command. If the variable is not
|
||||||
set or empty, makepkg will fall back to `pacman'.
|
set or empty, makepkg will fall back to `pacman'.
|
||||||
|
|
||||||
|
**MAKEPKG_CONF=**::"/path/to/file"::
|
||||||
|
Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+
|
||||||
|
default.
|
||||||
|
|
||||||
**PKGDEST=**"/path/to/folder"::
|
**PKGDEST=**"/path/to/folder"::
|
||||||
Folder where the resulting packages will be stored. Overrides the
|
Folder where the resulting packages will be stored. Overrides the
|
||||||
corresponding value defined in linkman:makepkg.conf[5].
|
corresponding value defined in linkman:makepkg.conf[5].
|
||||||
@ -224,6 +228,14 @@ Environment Variables
|
|||||||
Folder where the downloaded sources will be stored. Overrides the
|
Folder where the downloaded sources will be stored. Overrides the
|
||||||
corresponding value defined in linkman:makepkg.conf[5].
|
corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
|
**SRCPKGDEST=**"/path/to/folder"::
|
||||||
|
Folder where source package files will be stored. Overrides the
|
||||||
|
corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
|
**LOGDEST=**"/path/to/folder"::
|
||||||
|
Folder where generated log files will be stored. Overrides the
|
||||||
|
corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
**PACKAGER=**"John Doe <john@doe.com>"::
|
**PACKAGER=**"John Doe <john@doe.com>"::
|
||||||
String to identify the creator of the resulting package. Overrides
|
String to identify the creator of the resulting package. Overrides
|
||||||
the corresponding value defined in linkman:makepkg.conf[5].
|
the corresponding value defined in linkman:makepkg.conf[5].
|
||||||
@ -236,6 +248,10 @@ Environment Variables
|
|||||||
Force build for a specific architecture. Useful for cross-compiling.
|
Force build for a specific architecture. Useful for cross-compiling.
|
||||||
Overrides the corresponding value defined in linkman:makepkg.conf[5].
|
Overrides the corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
|
**PKGEXT=**".pkg.tar.gz", **SRCEXT=**".src.tar.gz"::
|
||||||
|
Sets the compression used when making compiled or source packages.
|
||||||
|
Overrides the corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
**GNUPGHOME=**"/path/to/folder"::
|
**GNUPGHOME=**"/path/to/folder"::
|
||||||
Folder where the gpg keyring for signing the built package is stored.
|
Folder where the gpg keyring for signing the built package is stored.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user