aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/q.rb
blob: 08f6bff3d2c7f41e88abb37e352d2689e72ff4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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