homebrew-core/Formula/q.rb
Stuart Carnie dd760bf653 q: use official repo
Closes Homebrew/homebrew#23213.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-11 20:10:46 -07:00

12 lines
231 B
Ruby

require 'formula'
class Q < Formula
homepage 'https://github.com/harelba/q'
url 'https://github.com/harelba/q/archive/1.0.tar.gz'
sha1 '0916d5909f43cac6a9c1dfaf1e81b4ff83363f81'
def install
bin.install 'q'
end
end