Skip to content

Commit

Permalink
ncmpc: revision for libmpdclient
Browse files Browse the repository at this point in the history
add a test

Closes Homebrew#15924.

Signed-off-by: ilovezfs <[email protected]>
  • Loading branch information
ilovezfs committed Jul 23, 2017
1 parent ef91999 commit 7595a4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/ncmpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Ncmpc < Formula
homepage "https://www.musicpd.org/clients/ncmpc/"
url "https://www.musicpd.org/download/ncmpc/0/ncmpc-0.27.tar.xz"
sha256 "f9a26a3fc869cfdf0a16b0ea3e6512c2fe28a031bbc71b1d24a2bf0bbd3e15d9"
revision 1

bottle do
sha256 "d6dea0bd60e7d938df31a851f7c2f8f21476114e375b90d54aa3cd1eaa07c0dc" => :sierra
Expand All @@ -19,4 +20,8 @@ def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
system "make", "install"
end

test do
system bin/"ncmpc", "--help"
end
end

0 comments on commit 7595a4f

Please sign in to comment.