homebrew-core/Formula/doubledown.rb

15 lines
366 B
Ruby
Raw Normal View History

2010-08-17 04:39:40 +00:00
require 'formula'
2011-03-10 05:11:03 +00:00
class Doubledown < Formula
homepage 'https://github.com/devstructure/doubledown'
2013-01-27 22:20:08 +00:00
url 'https://github.com/devstructure/doubledown/tarball/v0.0.2'
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