summaryrefslogtreecommitdiff
path: root/lorries/test.lorry
diff options
context:
space:
mode:
Diffstat (limited to 'lorries/test.lorry')
-rw-r--r--lorries/test.lorry18
1 files changed, 18 insertions, 0 deletions
diff --git a/lorries/test.lorry b/lorries/test.lorry
new file mode 100644
index 0000000..26dcef2
--- /dev/null
+++ b/lorries/test.lorry
@@ -0,0 +1,18 @@
+{
+ "gawk": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gawk.git"
+ },
+ "binutils": {
+ "type": "bzr",
+ "branches": {
+ "trunk": "lp:binutils"
+ }
+ },
+ "bc": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://ftp.gnu.org/gnu/bc/bc-1.06.tar.gz"
+ }
+}