diff options
Diffstat (limited to 'homebrew/formatudf/.beer')
-rw-r--r-- | homebrew/formatudf/.beer | 16 |
1 files changed, 16 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 |