homebrew-core/Formula/format-udf.rb
ilovezfs 08b1a37dd7 format-udf 1.4.4
Closes #8031.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
2016-12-20 10:32:09 +01:00

16 lines
424 B
Ruby

class FormatUdf < Formula
desc "Bash script to format a block device to UDF"
homepage "https://github.com/JElchison/format-udf"
url "https://github.com/JElchison/format-udf/archive/1.4.4.tar.gz"
sha256 "65eacd8835209d5e2f0320cc54436347deffea22e0ffdca312c8bdcebda3af91"
bottle :unneeded
def install
bin.install "format-udf.sh" => "format-udf"
end
test do
system "#{bin}/format-udf", "-h"
end
end