kqwait 1.0.3 (new formula)
Closes Homebrew/homebrew#26078. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
b58795ab5c
commit
e6d30c1771
1 changed files with 18 additions and 0 deletions
18
Formula/kqwait.rb
Normal file
18
Formula/kqwait.rb
Normal file
|
@ -0,0 +1,18 @@
|
|||
require 'formula'
|
||||
|
||||
class Kqwait < Formula
|
||||
homepage 'https://github.com/sschober/kqwait'
|
||||
url 'https://github.com/sschober/kqwait/archive/kqwait-v1.0.3.tar.gz'
|
||||
sha1 '47d12184dc67b7d16ca2895c0ce0de5937fa20cb'
|
||||
|
||||
head 'https://github.com/sschober/kqwait.git'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "kqwait"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/kqwait", "-v"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue