2013-04-29 20:56:46 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Depqbf < Formula
|
|
|
|
homepage 'http://lonsing.github.io/depqbf/'
|
2013-09-16 22:04:07 +00:00
|
|
|
url 'https://github.com/lonsing/depqbf/archive/version-2.0.tar.gz'
|
|
|
|
sha1 '86684df3d135847189a0312f45ba69e16bcd76ac'
|
2013-04-29 20:56:46 +00:00
|
|
|
head 'https://github.com/lonsig/depqbf.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
|
|
|
bin.install "depqbf"
|
|
|
|
end
|
|
|
|
end
|