File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 11class Tenere < Formula
22 desc "TUI interface for LLMs written in Rust"
33 homepage "https://github.com/pythops/tenere"
4- url "https://github.com/pythops/tenere/archive/refs/tags/v0.11.2 .tar.gz"
5- sha256 "865c9b041faf935545dbb9753b33a8ff09bf4bfd8917d25ca93f5dc0c0cac114 "
4+ url "https://github.com/pythops/tenere/archive/refs/tags/v0.11.3 .tar.gz"
5+ sha256 "3605fcdff3dbd5d153ed6126e98274994bd00ed83a2a1f5587058d75797257a8 "
66 license "GPL-3.0-or-later"
7- revision 1
87
98 bottle do
109 rebuild 1
@@ -19,15 +18,13 @@ class Tenere < Formula
1918
2019 depends_on "pkgconf" => :build
2120 depends_on "rust" => :build
21+ 2222 depends_on "oniguruma"
2323
2424 uses_from_macos "zlib"
2525
2626 def install
27- # TODO: ENV["LIBGIT2_NO_VENDOR"] = "1"
28- libgit2_version = File . read ( "Cargo.lock" ) [ /name = "libgit2-sys"\n version = "(.+)\+ (.+)"/ , 2 ]
29- odie "Unbundled libgit2 as now using #{ libgit2_version } !" if Version . new ( libgit2_version ) >= "1.8"
30-
27+ ENV [ "LIBGIT2_NO_VENDOR" ] = "1"
3128 ENV [ "RUSTONIG_SYSTEM_LIBONIG" ] = "1"
3229
3330 system "cargo" , "install" , *std_cargo_args
You can’t perform that action at this time.
0 commit comments