format-udf 1.4.0 (new formula) (#1615)

This commit is contained in:
Andrew Titmuss 2016-06-01 22:03:58 +10:00 committed by Mike McQuaid
parent ef55c8f039
commit 6c1bed5806

16
Formula/format-udf.rb Normal file
View file

@ -0,0 +1,16 @@
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.0.tar.gz"
sha256 "41f259471fce19b8b716ff73498cd9e6864ffebc3855ffb5be5d763f5397d765"
bottle :unneeded
def install
bin.install "format-udf.sh" => "format-udf"
end
test do
system "#{bin}/format-udf", "-h"
end
end