diff options
author | Britney Fransen <brfransen@gmail.com> | 2015-07-15 19:31:55 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2015-07-15 19:31:55 (GMT) |
commit | 002e557a6e8ea19d4b094b2bf4dca03e39ded19c (patch) | |
tree | 67811b330a59b6c24e5e00c3f9aec27befee6431 | |
parent | 428d23b383635c4fc6ac665640a26adfc799aa71 (diff) | |
download | linhes_dev-002e557a6e8ea19d4b094b2bf4dca03e39ded19c.zip |
makepkg.conf: add VCS sources
-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" |