depqbf 4.0
Closes Homebrew/homebrew#37248. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
32adfae4a2
commit
312c814460
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue