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.5.0.tar.gz"
sha256 "b6dc304582fa85698d3528beb11ce2633cfe4fe2d43ce3fb3ff7e331934e8d6a"
bottle :unneeded
def install
bin.install "format-udf.sh" => "format-udf"
end
test do
system "#{bin}/format-udf", "-h"
end
end