format-udf 1.4.0 (new formula) (#1615)
This commit is contained in:
parent
ef55c8f039
commit
6c1bed5806
1 changed files with 16 additions and 0 deletions
16
Formula/format-udf.rb
Normal file
16
Formula/format-udf.rb
Normal 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
|
Loading…
Reference in a new issue