blob: 8da54ded70a543e08a813ad29eed744d8b660565 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|