2011-03-10 05:11:03 +00:00
|
|
|
class Doubledown < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Sync local changes to a remote directory"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "https://github.com/devstructure/doubledown"
|
|
|
|
url "https://github.com/devstructure/doubledown/archive/v0.0.2.tar.gz"
|
|
|
|
sha256 "47ff56b6197c5302a29ae4a373663229d3b396fd54d132adbf9f499172caeb71"
|
2013-01-27 22:20:08 +00:00
|
|
|
|
2015-08-03 12:55:31 +00:00
|
|
|
head "https://github.com/devstructure/doubledown.git"
|
2010-08-17 04:39:40 +00:00
|
|
|
|
|
|
|
def install
|
2015-08-03 12:55:31 +00:00
|
|
|
bin.install Dir["bin/*"]
|
|
|
|
man1.install Dir["man/man1/*.1"]
|
2010-08-17 04:39:40 +00:00
|
|
|
end
|
|
|
|
end
|