diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2012-01-12 14:10:10 +0000 |
---|---|---|
committer | Lorry <lorry@roadtrain.codethink.co.uk> | 2012-01-12 14:10:38 +0000 |
commit | 9e1c8a6ef0e18f2e6dd4847aa0e66b59341fe0ef (patch) | |
tree | 35f18720b70a0e431d3e7b6d0c9aa21096049748 | |
parent | af4faab8b4dd36fcd6b584772860716a506caa4b (diff) | |
download | lorry-9e1c8a6ef0e18f2e6dd4847aa0e66b59341fe0ef.tar.gz |
add findutils,git,rsync,gettext and help2man
-rw-r--r-- | baserock.lorry | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/baserock.lorry b/baserock.lorry index 8e7124b..249ed10 100644 --- a/baserock.lorry +++ b/baserock.lorry @@ -146,6 +146,28 @@ "perl": { "type": "git", "url": "git://perl5.git.perl.org/perl.git" + }, + "findutils": { + "type": "git", + "url": "git://git.savannah.gnu.org/findutils.git" + }, + "git": { + "type": "git", + "url": "git://github.com/gitster/git.git" + }, + "rsync": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "ftp://samba.org/pub/rsync/src/rsync-3.0.9.tar.gz" + }, + "gettext": { + "type": "git", + "url": "git://git.savannah.gnu.org/gettext.git" + }, + "help2man": { + "type": "git", + "url": "git://anonscm.debian.org/users/bod/help2man.git" } } |