Update 2 files
- /doc/makepkg.conf.5.asciidoc - /doc/makepkg.8.asciidoc
This commit is contained in:
parent
19f2bfe189
commit
013a6f6586
2 changed files with 20 additions and 0 deletions
|
@ -271,6 +271,14 @@ Environment Variables
|
||||||
Directory where the package will be built. Overrides the corresponding
|
Directory where the package will be built. Overrides the corresponding
|
||||||
value defined in linkman:makepkg.conf[5].
|
value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
|
**BUILDSRCDIR=**"/path/to/directory"::
|
||||||
|
Directory where the package source will be extracted. Overrides the
|
||||||
|
corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
|
**BUILDPKGDIR=**"/path/to/directory"::
|
||||||
|
Directory where the package files will be packaged prior to archival.
|
||||||
|
Overrides the corresponding value defined in linkman:makepkg.conf[5].
|
||||||
|
|
||||||
**CARCH=**"(i686|x86_64)"::
|
**CARCH=**"(i686|x86_64)"::
|
||||||
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].
|
||||||
|
|
|
@ -147,6 +147,18 @@ Options
|
||||||
Incorrect use of `$startdir` in a PKGBUILD may cause building with
|
Incorrect use of `$startdir` in a PKGBUILD may cause building with
|
||||||
this option to fail.
|
this option to fail.
|
||||||
|
|
||||||
|
**BUILDSRCDIR=**"/path/to/directory"::
|
||||||
|
If this value is not set, package source will, by default, be extracted in
|
||||||
|
a subdirectory of the build directory. This option allows setting the build
|
||||||
|
extraction location to another directory. Incorrect use of `$startdir` in a
|
||||||
|
PKGBUILD may cause building with this option to fail.
|
||||||
|
|
||||||
|
**BUILDPKGDIR=**"/path/to/directory"::
|
||||||
|
If this value is not set, package files will, by default, be packaged in a
|
||||||
|
subdirectory of the build directory. This option allows setting the build
|
||||||
|
packaging location to another directory. Incorrect use of `$startdir` in a
|
||||||
|
PKGBUILD may cause building with this option to fail.
|
||||||
|
|
||||||
**GPGKEY=**""::
|
**GPGKEY=**""::
|
||||||
Specify a key to use for GPG signing instead of the default key in the
|
Specify a key to use for GPG signing instead of the default key in the
|
||||||
keyring. Can be overridden with makepkg's '\--key' option.
|
keyring. Can be overridden with makepkg's '\--key' option.
|
||||||
|
|
Loading…
Add table
Reference in a new issue