[pacman-dev] [PATCH] makepkg.8: Document remaining environmental variables
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/makepkg.8.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index d047aee..699d6bc 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -210,7 +210,7 @@ set up a development PKGBUILD. Environment Variables --------------------- -*PACMAN*:: +**PACMAN**:: 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 operations must be supported by this command. If the variable is not @@ -224,6 +224,14 @@ Environment Variables Folder where the downloaded sources will be stored. Overrides the 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>":: String to identify the creator of the resulting package. Overrides the corresponding value defined in linkman:makepkg.conf[5]. @@ -236,6 +244,10 @@ Environment Variables Force build for a specific architecture. Useful for cross-compiling. 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":: Folder where the gpg keyring for signing the built package is stored. -- 1.8.4
On 10/15/13 at 10:01pm, Allan McRae wrote:
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/makepkg.8.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index d047aee..699d6bc 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -210,7 +210,7 @@ set up a development PKGBUILD.
Environment Variables --------------------- -*PACMAN*:: +**PACMAN**:: 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 operations must be supported by this command. If the variable is not @@ -224,6 +224,14 @@ Environment Variables Folder where the downloaded sources will be stored. Overrides the 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>":: String to identify the creator of the resulting package. Overrides the corresponding value defined in linkman:makepkg.conf[5]. @@ -236,6 +244,10 @@ Environment Variables Force build for a specific architecture. Useful for cross-compiling. 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":: Folder where the gpg keyring for signing the built package is stored.
-- 1.8.4
MAKEPKG_CONF can also be set from the environment. apg
On 16/10/13 11:52, Andrew Gregory wrote:
On 10/15/13 at 10:01pm, Allan McRae wrote:
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/makepkg.8.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index d047aee..699d6bc 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -210,7 +210,7 @@ set up a development PKGBUILD.
Environment Variables --------------------- -*PACMAN*:: +**PACMAN**:: 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 operations must be supported by this command. If the variable is not @@ -224,6 +224,14 @@ Environment Variables Folder where the downloaded sources will be stored. Overrides the 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>":: String to identify the creator of the resulting package. Overrides the corresponding value defined in linkman:makepkg.conf[5]. @@ -236,6 +244,10 @@ Environment Variables Force build for a specific architecture. Useful for cross-compiling. 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":: Folder where the gpg keyring for signing the built package is stored.
-- 1.8.4
MAKEPKG_CONF can also be set from the environment.
Thanks. Added on my working branch. Allan
participants (2)
-
Allan McRae
-
Andrew Gregory