File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11class Keychain < Formula
22 desc "User-friendly front-end to ssh-agent(1)"
33 homepage "https://www.funtoo.org/Keychain"
4- url "https://github.com/funtoo/keychain/archive/refs/tags/2.9.1 .tar.gz"
5- sha256 "49e7bec7495cf79300a23ad13fbdd7c2083f823c7dac2c1333bd70e8bfd83d8d "
4+ url "https://github.com/funtoo/keychain/archive/refs/tags/2.9.2 .tar.gz"
5+ sha256 "508ae2593e38d2fa6b9fed6c773114017abb81ef428b31bd28ae78d48e45e591 "
66 license "GPL-2.0-only"
77
88 livecheck do
@@ -16,6 +16,10 @@ class Keychain < Formula
1616 end
1717
1818 def install
19+ # BSD-compatible `Makefile` is not working on macOS, so revert changes
20+ # Commit ref: https://github.com/funtoo/keychain/commit/516df473cfcc24ba109ceb842f7908f28f854f19
21+ inreplace "Makefile" , /^(\w +)\s *!=\s *(.+)$/ , "\\ 1:=$(shell \\ 2)"
22+
1923 system "make"
2024 bin . install "keychain"
2125 man1 . install "keychain.1"
You can’t perform that action at this time.
0 commit comments