aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/depqbf.rb
blob: cbe65d0fcd717dc3e5de3f948ce7a9e70b28c49f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Depqbf < Formula
  homepage 'http://lonsing.github.io/depqbf/'
  url 'https://github.com/lonsing/depqbf/archive/version-2.0.tar.gz'
  sha1 '86684df3d135847189a0312f45ba69e16bcd76ac'
  head 'https://github.com/lonsig/depqbf.git'

  def install
    system "make"
    bin.install "depqbf"
  end
end