homebrew-core/Formula/format-udf.rb
ilovezfs 5933cbbac4 format-udf 1.4.3
Closes #6431.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
2016-10-30 22:58:44 -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.3.tar.gz"
sha256 "a531f74c55da5e93d887a8f3c5f185814392c00d34f4fee5acdc171a9ff357f3"
bottle :unneeded
def install
bin.install "format-udf.sh" => "format-udf"
end
test do
system "#{bin}/format-udf", "-h"
end
end