clockywock 0.3.1a
Closes Homebrew/homebrew#23638. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e77892950f
commit
2010e14d56
1 changed files with 17 additions and 0 deletions
17
Formula/clockywock.rb
Normal file
17
Formula/clockywock.rb
Normal file
|
@ -0,0 +1,17 @@
|
|||
require 'formula'
|
||||
|
||||
class Clockywock < Formula
|
||||
homepage 'http://soomka.com/'
|
||||
url 'http://soomka.com/clockywock-0.3.1a.tar.gz'
|
||||
sha1 '6df4c4e6bc2c7f2f8bd3534b46da59b8a80b4e04'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "clockywock"
|
||||
man7.install "clockywock.7"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/clockywock -h"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue