blob: 52820fcd1b7259ba390e7704f477ce0b2c0de997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require 'formula'
class Timedog < Formula
url 'http://timedog.googlecode.com/files/timedog-1.2.zip'
sha1 '620a4615ba4a03dc8d7ae2f7259b9ab8daf267c6'
homepage 'http://timedog.googlecode.com/'
def install
bin.install 'timedog'
end
end
|