homebrew-core/Formula/depqbf.rb
Brett Koonce 2504bfaa3d depqbf 2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-16 19:33:17 -07:00

13 lines
321 B
Ruby

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