aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/depqbf.rb15
1 files changed, 9 insertions, 6 deletions
diff --git a/Library/Formula/depqbf.rb b/Library/Formula/depqbf.rb
index af44ca84d..4b906bbe5 100644
--- a/Library/Formula/depqbf.rb
+++ b/Library/Formula/depqbf.rb
@@ -1,13 +1,16 @@
-require 'formula'
-
class Depqbf < Formula
- homepage 'http://lonsing.github.io/depqbf/'
- url 'https://github.com/lonsing/depqbf/archive/version-3.01.tar.gz'
- sha1 '7f1dc19f07fc0fa607724d1b7b124d5f2620acee'
- head 'https://github.com/lonsig/depqbf.git'
+ homepage "https://lonsing.github.io/depqbf/"
+ url "https://github.com/lonsing/depqbf/archive/version-4.0.tar.gz"
+ sha1 "dd7dd35aded11bb348ff9ef16626d481b7da3fe4"
+ head "https://github.com/lonsig/depqbf.git"
def install
system "make"
bin.install "depqbf"
+ lib.install "libqdpll.1.0.dylib"
+ end
+
+ test do
+ system "#{bin}/depqbf", "-h"
end
end