diff options
author | Allan McRae <allan@archlinux.org> | 2014-06-29 22:36:22 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-04 14:23:56 +1000 |
commit | 7e87614665f667cc550acab3626ab6ad655541c7 (patch) | |
tree | 2162cd5fd9d1dc06636feb1ebc5baeee946d321f /doc | |
parent | fbb0945bfb6a9535dc42a120466b44c0b39c915d (diff) | |
download | pacman-7e87614665f667cc550acab3626ab6ad655541c7.tar.xz |
makepkg: ensure vcs download tool are installed when required
Add an array VCSCLIENTS to makepkg.conf that matches vcs source protocols
to the package containing the software needed for handling the source.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.conf.5.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index af4df201..4dc3b388 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -47,6 +47,11 @@ Options be replaced with the local file name, plus a ``.part'' extension, which allows makepkg to handle resuming file downloads. +**VCSCLIENTS=(**\'protocol::package' ...**)**:: + Sets the packages required to fetch version controlled source files. When + required, makepkg will check that these packages are installed or are included + in the `depends` or `makedepends` arrays in the PKGBUILD. + **CARCH=**"carch":: Specifies your computer architecture; possible values include such things as ``i686'', ``x86_64'', ``ppc'', etc. This should be automatically set on |