summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-08-25 13:19:19 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-08-25 13:19:19 -0400
commit41b5fd7a3afa5f47c6f45ebbb42201bb45b812e4 (patch)
treed1eac7fd3a07a47bcaa37763d61f47be73970f42 /scripts/Makefile.am
parentec5e6d90294f3322b7015b422db948770ecb41b6 (diff)
Add a `vcsget` tool to download source from VCS repositories.
It would support * cvs * git * svn * bzr * hg But cvs support is yet to be written, and bzr support is half-way written. Git is the only mode that I'm thoroughly confident in, the others need testing. Signed-off-by: Luke Shumaker <LukeShu@sbcglobal.net>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 29c81aa5..8e6d037f 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -14,7 +14,8 @@ OURSCRIPTS = \
pacman-key \
pacman-optimize \
pkgdelta \
- repo-add
+ repo-add \
+ vcsget
EXTRA_DIST = \
makepkg.sh.in \
@@ -23,6 +24,7 @@ EXTRA_DIST = \
pacman-optimize.sh.in \
pkgdelta.sh.in \
repo-add.sh.in \
+ vcsget.sh.in \
$(LIBRARY)
LIBRARY = \