homebrew-core/Formula/format-udf.rb
ilovezfs 9f72107843 format-udf 1.4.2
Closes #5442.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-10-01 06:34:09 -07: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.2.tar.gz"
sha256 "ad667ac674642614d7b43ed39a150de0b8643f5b8164e860b4cb150bfd87a775"
bottle :unneeded
def install
bin.install "format-udf.sh" => "format-udf"
end
test do
system "#{bin}/format-udf", "-h"
end
end