aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/depqbf.rb
blob: 16aefed5833bddceb7bdd7a56cb51a40503e37f2 (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-3.0.tar.gz'
  sha1 '4dbce430731ba0424b24f3960b932fe2984eb452'
  head 'https://github.com/lonsig/depqbf.git'

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