diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/clockywock.rb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Library/Formula/clockywock.rb b/Library/Formula/clockywock.rb new file mode 100644 index 000000000..f04586ff6 --- /dev/null +++ b/Library/Formula/clockywock.rb @@ -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 |
