Skip to content

Commit

Permalink
lnav 0.12.3 with PRQL support
Browse files Browse the repository at this point in the history
Update the 0.12.3 version to include PRQL querying support.
  • Loading branch information
ttiimm committed Jan 4, 2025
1 parent 17a0d24 commit fac02e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/l/lnav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Lnav < Formula
depends_on "ncurses"
depends_on "pcre2"
depends_on "readline"
depends_on "rust"
depends_on "sqlite"

uses_from_macos "bzip2"
Expand All @@ -43,7 +44,8 @@ def install
"--with-sqlite3=#{Formula["sqlite"].opt_prefix}",
"--with-readline=#{Formula["readline"].opt_prefix}",
"--with-libarchive=#{Formula["libarchive"].opt_prefix}",
"--with-ncurses=#{Formula["ncurses"].opt_prefix}"
"--with-ncurses=#{Formula["ncurses"].opt_prefix}",
"--with-rust=#{Formula["rust"].opt_prefix}"
system "make", "install", "V=1"
end

Expand Down

0 comments on commit fac02e9

Please sign in to comment.