clockywock 0.3.1a

Closes Homebrew/homebrew#23638.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Joseph Yølk Chiocchi 2013-10-26 15:13:19 -05:00 committed by Adam Vandenberg
parent e77892950f
commit 2010e14d56

17
Formula/clockywock.rb Normal file
View 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