2010-08-17 04:39:40 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Doubledown < Formula
|
2010-11-10 18:16:28 +00:00
|
|
|
url 'https://github.com/devstructure/doubledown/tarball/v0.0.2'
|
|
|
|
homepage 'https://github.com/devstructure/doubledown'
|
2010-09-23 01:52:14 +00:00
|
|
|
md5 '0f540c6da691769ca1efa305ad18acb6'
|
2011-05-27 05:02:55 +00:00
|
|
|
head 'https://github.com/devstructure/doubledown.git'
|
2010-08-17 04:39:40 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install Dir['bin/*']
|
|
|
|
man1.install Dir['man/man1/*.1']
|
|
|
|
end
|
|
|
|
end
|