mpck: test added
Closes Homebrew/homebrew#37555. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
053a348ded
commit
8507b3b15c
1 changed files with 8 additions and 6 deletions
|
@ -1,13 +1,15 @@
|
|||
require 'formula'
|
||||
|
||||
class Mpck < Formula
|
||||
homepage 'http://checkmate.gissen.nl/'
|
||||
url 'http://checkmate.gissen.nl/checkmate-0.19.tar.gz'
|
||||
sha1 '4d96d65c9ad8c738cb87d197a45938ca955337d6'
|
||||
homepage "http://checkmate.gissen.nl/"
|
||||
url "http://checkmate.gissen.nl/checkmate-0.19.tar.gz"
|
||||
sha256 "940f95d445bab629051930ef61c5614bdfbe9df6f450f1ffab86eaf885e79195"
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
system "make", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/mpck", test_fixtures("test.mp3")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue