homebrew-core/Formula/selecta.rb
2015-04-21 09:33:44 +01:00

15 lines
363 B
Ruby

class Selecta < Formula
homepage "https://github.com/garybernhardt/selecta"
url "https://github.com/garybernhardt/selecta/archive/v0.0.6.tar.gz"
sha256 "c5e0fdab53b3c4942e46c1a2c5a38158f21eb0520c6391f77d6d0a7d2a023318"
depends_on :ruby => "1.9"
def install
bin.install "selecta"
end
test do
system "#{bin}/selecta", "--version"
end
end