Skip to content

Commit

Permalink
snapcast: migrate to pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 26, 2024
1 parent 36951b6 commit 6c4d4f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/s/snapcast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Snapcast < Formula

depends_on "boost" => :build
depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "flac"
depends_on "libogg"
depends_on "libsoxr"
Expand Down Expand Up @@ -50,7 +50,7 @@ def install
client_pid = spawn bin/"snapclient", out: w
w.close

sleep 5
sleep 10
Process.kill("SIGTERM", client_pid)

output = r.read
Expand Down

0 comments on commit 6c4d4f2

Please sign in to comment.