2016-06-01 12:03:58 +00:00
|
|
|
class FormatUdf < Formula
|
|
|
|
desc "Bash script to format a block device to UDF"
|
|
|
|
homepage "https://github.com/JElchison/format-udf"
|
2016-12-19 17:56:04 +00:00
|
|
|
url "https://github.com/JElchison/format-udf/archive/1.4.4.tar.gz"
|
|
|
|
sha256 "65eacd8835209d5e2f0320cc54436347deffea22e0ffdca312c8bdcebda3af91"
|
2016-06-01 12:03:58 +00:00
|
|
|
|
|
|
|
bottle :unneeded
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "format-udf.sh" => "format-udf"
|
|
|
|
end
|
|
|
|
|
|
|
|
test do
|
|
|
|
system "#{bin}/format-udf", "-h"
|
|
|
|
end
|
|
|
|
end
|