summaryrefslogtreecommitdiff
path: root/homebrew/xmlsh
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xmlsh')
-rw-r--r--homebrew/xmlsh/.beer23
-rw-r--r--homebrew/xmlsh/.make.sh-auto9
-rw-r--r--homebrew/xmlsh/_metadata/description1
-rw-r--r--homebrew/xmlsh/_metadata/homepage1
-rw-r--r--homebrew/xmlsh/_metadata/name1
-rw-r--r--homebrew/xmlsh/_metadata/version1
-rwxr-xr-xhomebrew/xmlsh/download.sh1
7 files changed, 37 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
diff --git a/homebrew/xmlsh/.make.sh-auto b/homebrew/xmlsh/.make.sh-auto
new file mode 100644
index 000000000..579bffcea
--- /dev/null
+++ b/homebrew/xmlsh/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+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
diff --git a/homebrew/xmlsh/_metadata/description b/homebrew/xmlsh/_metadata/description
new file mode 100644
index 000000000..0a5a8ab83
--- /dev/null
+++ b/homebrew/xmlsh/_metadata/description
@@ -0,0 +1 @@
+XML shell
diff --git a/homebrew/xmlsh/_metadata/homepage b/homebrew/xmlsh/_metadata/homepage
new file mode 100644
index 000000000..95d039c1a
--- /dev/null
+++ b/homebrew/xmlsh/_metadata/homepage
@@ -0,0 +1 @@
+http://www.xmlsh.org
diff --git a/homebrew/xmlsh/_metadata/name b/homebrew/xmlsh/_metadata/name
new file mode 100644
index 000000000..9aa55e6f5
--- /dev/null
+++ b/homebrew/xmlsh/_metadata/name
@@ -0,0 +1 @@
+Xmlsh
diff --git a/homebrew/xmlsh/_metadata/version b/homebrew/xmlsh/_metadata/version
new file mode 100644
index 000000000..a1eebe573
--- /dev/null
+++ b/homebrew/xmlsh/_metadata/version
@@ -0,0 +1 @@
+1_2_5
diff --git a/homebrew/xmlsh/download.sh b/homebrew/xmlsh/download.sh
new file mode 100755
index 000000000..acee7cc77
--- /dev/null
+++ b/homebrew/xmlsh/download.sh
@@ -0,0 +1 @@
+wget https://downloads.sourceforge.net/project/xmlsh/xmlsh/1.2.5/xmlsh_1_2_5.zip \ No newline at end of file