Skip to content

Commit

Permalink
Merge pull request Homebrew#159235 from chenrui333/lunar-date-meson
Browse files Browse the repository at this point in the history
lunar-date: use modern meson build syntax
  • Loading branch information
BrewTestBot authored Jan 7, 2024
2 parents b1db356 + e7e0444 commit 1c13b81
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Formula/l/lunar-date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ class LunarDate < Formula
depends_on "glib"

def install
mkdir "build" do
system "meson", *std_meson_args, ".."
system "ninja", "-v"
system "ninja", "install", "-v"
end
system "meson", "setup", "build", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
system "meson", "install", "-C", "build"

pkgshare.install "tests"

Expand Down

0 comments on commit 1c13b81

Please sign in to comment.