ievms 0.2.0
Closes Homebrew/homebrew#29663. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2e461f9484
commit
ea6782e61a
1 changed files with 13 additions and 0 deletions
13
Formula/ievms.rb
Normal file
13
Formula/ievms.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require "formula"
|
||||
|
||||
class Ievms < Formula
|
||||
homepage "http://xdissent.github.io/ievms/"
|
||||
url "https://github.com/xdissent/ievms/archive/v0.2.0.tar.gz"
|
||||
sha1 "5cf742663ccce06579968a17bb559606ff4479e2"
|
||||
|
||||
depends_on "unar"
|
||||
|
||||
def install
|
||||
bin.install "ievms.sh" => "ievms"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue