summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-07-15 19:31:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-07-15 19:31:55 (GMT)
commit002e557a6e8ea19d4b094b2bf4dca03e39ded19c (patch)
tree67811b330a59b6c24e5e00c3f9aec27befee6431 /templates
parent428d23b383635c4fc6ac665640a26adfc799aa71 (diff)
downloadlinhes_dev-002e557a6e8ea19d4b094b2bf4dca03e39ded19c.zip
makepkg.conf: add VCS sources
Diffstat (limited to 'templates')
-rw-r--r--templates/makepkg.conf9
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"