diff options
author | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-04-25 15:05:27 +0200 |
---|---|---|
committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-04-25 15:05:27 +0200 |
commit | 8953b9ca6752983a0c322f6d028f939d14c6cdab (patch) | |
tree | be6d449c0efc71de68b6401d68806fd23677f224 | |
parent | 522df26d4e96602b6ddbef312ca047e90d4fff04 (diff) | |
download | lorry-8953b9ca6752983a0c322f6d028f939d14c6cdab.tar.gz |
Add a .lorry file for xterm.
-rw-r--r-- | lorries/xterm.lorry | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lorries/xterm.lorry b/lorries/xterm.lorry new file mode 100644 index 0000000..117de62 --- /dev/null +++ b/lorries/xterm.lorry @@ -0,0 +1,8 @@ +{ + "xterm": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://invisible-island.net/datafiles/release/xterm.tar.gz" + } +} |