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