11class Pandocomatic < Formula
22 desc "Automate the use of pandoc"
33 homepage "https://heerdebeer.org/Software/markdown/pandocomatic/"
4- url "https://github.com/htdebeer/pandocomatic/archive/refs/tags/2.1 .0.tar.gz"
5- sha256 "ca7dd1b325aa2f8abbec3d7cadabb71fe9ec803f044121589b1c89a13f66b245 "
4+ url "https://github.com/htdebeer/pandocomatic/archive/refs/tags/2.2 .0.tar.gz"
5+ sha256 "8138b403aaa1d23db11701bf2bbcbf14447d89b7b05030fc2faf91d6fe11163c "
66 license "GPL-3.0-or-later"
77
88 bottle do
9- sha256 cellar : :any_skip_relocation , all : "2b46f58006899e9aa3af9e460becf6821fd7d4bb87fb45ff5d4187158a56d9eb"
9+ sha256 cellar : :any , arm64_tahoe : "610b5a3d8aedb25990e082c6ba6630be1f9ee44a4ee0bbd20cc67927fb36ee9d"
10+ sha256 cellar : :any , arm64_sequoia : "67ddc692dda68137b2384cf9f9030026bab8e28807b332b147d345dde7f9d22b"
11+ sha256 cellar : :any , arm64_sonoma : "cd06357a968155b8bfc0668778ee80cb42e0f39364d4e448aa5a2bbe26c9f71a"
12+ sha256 cellar : :any , sonoma : "ba9c0a766d2d9867c0db458eb4f0241fdc0dc556b2c7474e6a2ba7f6936300a4"
13+ sha256 cellar : :any_skip_relocation , arm64_linux : "55b246ba8c864a25928422f8fca0498ff2814fd680fa68e266c7882f43998b4f"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ac22e7a5377dd38a6dfc21dd73c3615ac2d0cae4c6c6f441ce9d74aa93334c8a"
1015 end
1116
17+ depends_on "libyaml"
1218 depends_on "pandoc"
1319 depends_on "ruby"
1420
@@ -24,6 +30,9 @@ def install
2430
2531 bin . install libexec /"bin/#{ name } "
2632 bin . env_script_all_files ( libexec /"bin" , GEM_HOME : ENV [ "GEM_HOME" ] )
33+
34+ # Remove mkmf.log files to avoid shims references
35+ rm Dir [ "#{ libexec } /extensions/*/*/*/mkmf.log" ]
2736 end
2837
2938 test do
0 commit comments