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
|
|
|
homepage 'https://github.com/devstructure/doubledown'
|
2013-01-27 22:20:08 +00:00
|
|
|
url 'https://github.com/devstructure/doubledown/tarball/v0.0.2'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '518d9df0457b6ce464679f8db4c7f692c7c72a9f'
|
2013-01-27 22:20:08 +00:00
|
|
|
|
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
|