summaryrefslogtreecommitdiff
path: root/homebrew/xmlsh/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xmlsh/.beer')
-rw-r--r--homebrew/xmlsh/.beer23
1 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/xmlsh/.beer b/homebrew/xmlsh/.beer
new file mode 100644
index 000000000..18cbb50c5
--- /dev/null
+++ b/homebrew/xmlsh/.beer
@@ -0,0 +1,23 @@
+{
+ "name": "Xmlsh",
+ "description": "XML shell",
+ "url": "https://downloads.sourceforge.net/project/xmlsh/xmlsh/1.2.5/xmlsh_1_2_5.zip",
+ "mirror": null,
+ "homepage": "http://www.xmlsh.org",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "rm_rf %w[win32 cygwin]",
+ "libexec.install Dir[\"*\"]",
+ "chmod 0755, \"#{libexec}/unix/xmlsh\"",
+ "(bin/\"xmlsh\").write <<~EOS",
+ "#!/bin/bash",
+ "export XMLSH=#{libexec}",
+ "exec #{libexec}/unix/xmlsh \"$@\"",
+ "EOS"
+ ],
+ "version": "1_2_5",
+ "file": "xmlsh.rb"
+} \ No newline at end of file