diff options
-rw-r--r-- | templates/makepkg.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/makepkg.conf b/templates/makepkg.conf index 00364c9..d19b267 100644 --- a/templates/makepkg.conf +++ b/templates/makepkg.conf @@ -19,12 +19,17 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o % # /usr/bin/lftpget -c # /usr/bin/wget +#-- The package required by makepkg to download VCS sources +# Format: 'protocol::package' +VCSCLIENTS=('bzr::bzr' + 'git::git' + 'hg::mercurial' + 'svn::subversion') + ######################################################################### # ARCHITECTURE, COMPILE FLAGS ######################################################################### # - - CARCH="REPLACEME" CHOST="REPLACEME-unknown-linux-gnu" |