We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1a6b8 commit 097b9caCopy full SHA for 097b9ca
Formula/l/lbdb.rb
@@ -21,6 +21,7 @@ class Lbdb < Formula
21
end
22
23
depends_on "abook"
24
+ depends_on "khard"
25
26
def install
27
system "./configure", "--prefix=#{prefix}", "--libdir=#{lib}/lbdb"
@@ -29,5 +30,7 @@ def install
29
30
31
test do
32
assert_match version.major_minor.to_s, shell_output("#{bin}/lbdbq -v")
33
+ assert_predicate lib/"lbdb/m_abook", :exist?, "m_abook module is missing!"
34
+ assert_predicate lib/"lbdb/m_khard", :exist?, "m_khard module is missing!"
35
36
0 commit comments