summaryrefslogtreecommitdiff
path: root/homebrew/xmlformat
diff options
context:
space:
mode:
authorMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-20 20:49:46 -0500
committerMCApollo <34170230+MCApollo@users.noreply.github.com>2019-04-23 20:18:47 -0500
commit12335518ab39608d58370c85ff9f5384ad2aa5f7 (patch)
tree352d81f2a2de3f1252af732080ec0fde38c13b4d /homebrew/xmlformat
parenta2b26ad12d4fa12f0273645caf4be6d0b8b71e7c (diff)
Ported in the homebrew-marauder for a hacky update/import system.
TODO: Maybe add a license & fix up messy code.
Diffstat (limited to 'homebrew/xmlformat')
-rw-r--r--homebrew/xmlformat/.beer16
-rw-r--r--homebrew/xmlformat/.make.sh-auto2
-rw-r--r--homebrew/xmlformat/_metadata/description1
-rw-r--r--homebrew/xmlformat/_metadata/homepage1
-rw-r--r--homebrew/xmlformat/_metadata/name1
-rw-r--r--homebrew/xmlformat/_metadata/version1
-rwxr-xr-xhomebrew/xmlformat/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/xmlformat/.beer b/homebrew/xmlformat/.beer
new file mode 100644
index 000000000..369758f55
--- /dev/null
+++ b/homebrew/xmlformat/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "Xmlformat",
+ "description": "Format XML documents",
+ "url": "http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.kitebird.com/software/xmlformat/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"xmlformat.pl\" => \"xmlformat\""
+ ],
+ "version": "1.04",
+ "file": "xmlformat.rb"
+} \ No newline at end of file
diff --git a/homebrew/xmlformat/.make.sh-auto b/homebrew/xmlformat/.make.sh-auto
new file mode 100644
index 000000000..61bf41f46
--- /dev/null
+++ b/homebrew/xmlformat/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "xmlformat.pl" => "xmlformat"
diff --git a/homebrew/xmlformat/_metadata/description b/homebrew/xmlformat/_metadata/description
new file mode 100644
index 000000000..49c6db768
--- /dev/null
+++ b/homebrew/xmlformat/_metadata/description
@@ -0,0 +1 @@
+Format XML documents
diff --git a/homebrew/xmlformat/_metadata/homepage b/homebrew/xmlformat/_metadata/homepage
new file mode 100644
index 000000000..2adadc173
--- /dev/null
+++ b/homebrew/xmlformat/_metadata/homepage
@@ -0,0 +1 @@
+http://www.kitebird.com/software/xmlformat/
diff --git a/homebrew/xmlformat/_metadata/name b/homebrew/xmlformat/_metadata/name
new file mode 100644
index 000000000..3b8ad019c
--- /dev/null
+++ b/homebrew/xmlformat/_metadata/name
@@ -0,0 +1 @@
+Xmlformat
diff --git a/homebrew/xmlformat/_metadata/version b/homebrew/xmlformat/_metadata/version
new file mode 100644
index 000000000..11a84add6
--- /dev/null
+++ b/homebrew/xmlformat/_metadata/version
@@ -0,0 +1 @@
+1.04
diff --git a/homebrew/xmlformat/download.sh b/homebrew/xmlformat/download.sh
new file mode 100755
index 000000000..939e258f3
--- /dev/null
+++ b/homebrew/xmlformat/download.sh
@@ -0,0 +1 @@
+wget http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz \ No newline at end of file