Skip to content

Commit

Permalink
mysql-search-replace 3.0.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#27998.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Grant Kinney authored and adamv committed May 21, 2014
1 parent 6d488ae commit c7aaf70
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Formula/mysql-search-replace.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
require "formula"

class MysqlSearchReplace < Formula
homepage "https://interconnectit.com/products/search-and-replace-for-wordpress-databases/"
url "https://github.com/interconnectit/Search-Replace-DB/archive/3.0.0.tar.gz"
sha1 "9778ffcc26fabf85c49bd6ef98b5a80d0d0365f1"

def install
libexec.install "srdb.class.php"
libexec.install "srdb.cli.php" => "srdb"
chmod 0755, libexec/"srdb"
bin.install_symlink libexec/"srdb"
end

test do
system bin/"srdb", "--help"
end
end

0 comments on commit c7aaf70

Please sign in to comment.