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-03-29 01:03:20 +00:00
|
|
|
url 'https://github.com/devstructure/doubledown/archive/v0.0.2.tar.gz'
|
|
|
|
sha1 '533587be081d6222a389d30434c3229e8c46436b'
|
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
|