@@ -11,16 +11,18 @@ class Lbdb < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , arm64_sonoma : "1356664e0d455f6454e8105fe21ac8cc2b1919facc10a21f94527cb24118afc7"
15
- sha256 cellar : :any_skip_relocation , arm64_ventura : "3f2c63f1b83751a398957e64f32e3a69900f1271f7080e6a2071bfd74e4faa62"
16
- sha256 cellar : :any_skip_relocation , arm64_monterey : "2bfb2c099177387127a5538ce370e534b83c68fcbddcd40e1e74eeb9a8aa90b2"
17
- sha256 cellar : :any_skip_relocation , sonoma : "069208bf8d2ae5c6a5d3c04ec26fb8c42ffb31b51ad01fc46d970c973b7512c8"
18
- sha256 cellar : :any_skip_relocation , ventura : "cc2ccce70a1e46b6cfa83fa7254cfd6155276cf77c3edacc5cbc79a6eee103cd"
19
- sha256 cellar : :any_skip_relocation , monterey : "a5266455cc882270c08a6b693cd9099d9c652601d8e7d469e58eb61c9ff59ee7"
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "5bc185cb81698fe354cd26296f641f7314a1e2f98976355db9437bfd63a6b8f3"
14
+ rebuild 1
15
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "be9937a2767a3912fa32ef9c29355603ee74fba343d2853f27c9670ac7e6b276"
16
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "b1e41b9735e02227ae4fb6d111a00542e65fa91bfd2c85f04f5b81799562f22b"
17
+ sha256 cellar : :any_skip_relocation , arm64_monterey : "dfcd28b6fddeb64d97d8dd8e52dca156b3a1526bf5024c4ed0768e3e73e92b69"
18
+ sha256 cellar : :any_skip_relocation , sonoma : "ccaf64124b63207fe3b2d7c59473e405becde367174cdc14d0047fcbe5f15a1f"
19
+ sha256 cellar : :any_skip_relocation , ventura : "0744d37e7b5b5bdde2b75a10b41f6e78ef00d4f81ded91fcb36af85c35729411"
20
+ sha256 cellar : :any_skip_relocation , monterey : "7a75bff4a9c752e3171c8f7b97cc3d2ce469dc4065c842578965ff83e8c72c51"
21
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "57f6c94491fec0cc6a020978ad12096d98b181a6dca7541117c94a7ab31c9f5e"
21
22
end
22
23
23
24
depends_on "abook"
25
+ depends_on "khard"
24
26
25
27
def install
26
28
system "./configure" , "--prefix=#{ prefix } " , "--libdir=#{ lib } /lbdb"
@@ -29,5 +31,7 @@ def install
29
31
30
32
test do
31
33
assert_match version . major_minor . to_s , shell_output ( "#{ bin } /lbdbq -v" )
34
+ assert_predicate lib /"lbdb/m_abook" , :exist? , "m_abook module is missing!"
35
+ assert_predicate lib /"lbdb/m_khard" , :exist? , "m_khard module is missing!"
32
36
end
33
37
end
0 commit comments