File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class Cvsutils < Formula
3
3
homepage "https://www.red-bean.com/cvsutils/"
4
4
url "https://www.red-bean.com/cvsutils/releases/cvsutils-0.2.6.tar.gz"
5
5
sha256 "174bb632c4ed812a57225a73ecab5293fcbab0368c454d113bf3c039722695bb"
6
- license "GPL-2.0"
6
+ license "GPL-2.0-or-later "
7
7
8
8
livecheck do
9
9
url "https://www.red-bean.com/cvsutils/releases/"
@@ -27,10 +27,11 @@ class Cvsutils < Formula
27
27
sha256 cellar : :any_skip_relocation , x86_64_linux : "adc4162b5c2691b48d6a65ad467eb32c3139787c1de0d42439063b1f3cd6f57f"
28
28
end
29
29
30
+ uses_from_macos "perl"
31
+
30
32
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
34
35
system "make" , "install"
35
36
end
36
37
You can’t perform that action at this time.
0 commit comments