s3sync: bottle unneeded

This commit is contained in:
Xu Cheng 2015-10-23 16:05:24 +08:00
parent ff95419715
commit dcab6c39a9

View file

@ -4,6 +4,8 @@ class S3sync < Formula
url "http://s3sync-s3cmd.googlecode.com/svn/trunk/", :revision => "4"
version "1.2.6"
bottle :unneeded
def install
bin.install Dir["s3sync/*.rb"]
prefix.install Dir["s3sync/*.{example,txt}"]