Skip to content

Commit 133bf0a

Browse files
committed
cvsutils: update license, add perl dependency
1 parent c443c1a commit 133bf0a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/c/cvsutils.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Cvsutils < Formula
33
homepage "https://www.red-bean.com/cvsutils/"
44
url "https://www.red-bean.com/cvsutils/releases/cvsutils-0.2.6.tar.gz"
55
sha256 "174bb632c4ed812a57225a73ecab5293fcbab0368c454d113bf3c039722695bb"
6-
license "GPL-2.0"
6+
license "GPL-2.0-or-later"
77

88
livecheck do
99
url "https://www.red-bean.com/cvsutils/releases/"
@@ -27,10 +27,11 @@ class Cvsutils < Formula
2727
sha256 cellar: :any_skip_relocation, x86_64_linux: "adc4162b5c2691b48d6a65ad467eb32c3139787c1de0d42439063b1f3cd6f57f"
2828
end
2929

30+
uses_from_macos "perl"
31+
3032
def install
31-
system "./configure", "--disable-debug",
32-
"--disable-dependency-tracking",
33-
"--prefix=#{prefix}"
33+
ENV["CONFIG_SHELL"] = "/bin/bash" # for all bottle
34+
system "./configure", *std_configure_args
3435
system "make", "install"
3536
end
3637

0 commit comments

Comments
 (0)