homebrew-core/Formula/format-udf.rb

17 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