summaryrefslogtreecommitdiff
path: root/homebrew/formatudf
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/formatudf')
-rw-r--r--homebrew/formatudf/.beer16
-rw-r--r--homebrew/formatudf/.make.sh-auto2
-rw-r--r--homebrew/formatudf/_metadata/description1
-rw-r--r--homebrew/formatudf/_metadata/homepage1
-rw-r--r--homebrew/formatudf/_metadata/name1
-rw-r--r--homebrew/formatudf/_metadata/version1
-rwxr-xr-xhomebrew/formatudf/download.sh1
7 files changed, 23 insertions, 0 deletions
diff --git a/homebrew/formatudf/.beer b/homebrew/formatudf/.beer
new file mode 100644
index 000000000..d190d6d29
--- /dev/null
+++ b/homebrew/formatudf/.beer
@@ -0,0 +1,16 @@
+{
+ "name": "FormatUdf",
+ "description": "Bash script to format a block device to UDF",
+ "url": "https://github.com/JElchison/format-udf/archive/1.6.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/JElchison/format-udf",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "bin.install \"format-udf.sh\" => \"format-udf\""
+ ],
+ "version": "1.6.1",
+ "file": "format-udf.rb"
+} \ No newline at end of file
diff --git a/homebrew/formatudf/.make.sh-auto b/homebrew/formatudf/.make.sh-auto
new file mode 100644
index 000000000..5f1ccb82d
--- /dev/null
+++ b/homebrew/formatudf/.make.sh-auto
@@ -0,0 +1,2 @@
+pkg:setup
+bin.install "format-udf.sh" => "format-udf"
diff --git a/homebrew/formatudf/_metadata/description b/homebrew/formatudf/_metadata/description
new file mode 100644
index 000000000..71e7c2904
--- /dev/null
+++ b/homebrew/formatudf/_metadata/description
@@ -0,0 +1 @@
+Bash script to format a block device to UDF
diff --git a/homebrew/formatudf/_metadata/homepage b/homebrew/formatudf/_metadata/homepage
new file mode 100644
index 000000000..b4ec9ec3a
--- /dev/null
+++ b/homebrew/formatudf/_metadata/homepage
@@ -0,0 +1 @@
+https://github.com/JElchison/format-udf
diff --git a/homebrew/formatudf/_metadata/name b/homebrew/formatudf/_metadata/name
new file mode 100644
index 000000000..fc1b8195d
--- /dev/null
+++ b/homebrew/formatudf/_metadata/name
@@ -0,0 +1 @@
+FormatUdf
diff --git a/homebrew/formatudf/_metadata/version b/homebrew/formatudf/_metadata/version
new file mode 100644
index 000000000..9c6d6293b
--- /dev/null
+++ b/homebrew/formatudf/_metadata/version
@@ -0,0 +1 @@
+1.6.1
diff --git a/homebrew/formatudf/download.sh b/homebrew/formatudf/download.sh
new file mode 100755
index 000000000..3c048b374
--- /dev/null
+++ b/homebrew/formatudf/download.sh
@@ -0,0 +1 @@
+wget https://github.com/JElchison/format-udf/archive/1.6.1.tar.gz \ No newline at end of file