From 7f5db5a7a8c7ce51d230e798aab74c9126518f67 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Mon, 18 Apr 2016 22:07:41 +1000 Subject: [PATCH] Add lynx (v2.8.3) --- lynx.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lynx.json diff --git a/lynx.json b/lynx.json new file mode 100644 index 0000000000..47c397b687 --- /dev/null +++ b/lynx.json @@ -0,0 +1,11 @@ +{ + "version": "v2.8.3", + "extract_dir": "lynx_w32", + "url": "http://www.vordweb.co.uk/standards/lynx_v283.zip", + "homepage": "http://www.vordweb.co.uk/standards/download_lynx.htm", + "hash": "552bc68afd2ff9a5de88f26d76f55dd8697cf6082c6afb01b3d1a9942f4d3ee0", + "bin": "lynx.ps1", + "pre_install": " + \"$dir\\lynx.exe --cfg=$dir\\lynx.cfg\" | out-file -enc oem $dir\\lynx.ps1 + " +}