homebrew-core/Formula/doubledown.rb

15 lines
373 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'
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