aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/s3sync.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/s3sync.rb')
-rw-r--r--Library/Formula/s3sync.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/s3sync.rb b/Library/Formula/s3sync.rb
index 1dc4b16dc..8412a7fc1 100644
--- a/Library/Formula/s3sync.rb
+++ b/Library/Formula/s3sync.rb
@@ -1,14 +1,13 @@
require 'formula'
class S3sync < Formula
+ homepage 'http://s3sync.net'
url 'http://s3sync-s3cmd.googlecode.com/svn/trunk/', :revision => '4'
version '1.2.6'
- homepage 'http://s3sync.net'
def install
bin.install Dir['s3sync/*.rb']
- prefix.install Dir['s3sync/*.txt']
- prefix.install Dir['s3sync/*.example']
+ prefix.install Dir['s3sync/*.{example,txt}']
end
def caveats