homebrew-core/Formula/brew-gem.rb

12 lines
267 B
Ruby
Raw Normal View History

require "formula"
class BrewGem < Formula
homepage "https://github.com/sportngin/brew-gem"
url "https://github.com/sportngin/brew-gem/archive/0.5.1.tar.gz"
sha1 "37b77607119f9ca95a7d28c231bb4f3bb3fe1c3f"
def install
bin.install "bin/brew-gem"
end
end