diff options
Diffstat (limited to 'homebrew/mysqlsearchreplace')
-rw-r--r-- | homebrew/mysqlsearchreplace/.beer | 19 | ||||
-rw-r--r-- | homebrew/mysqlsearchreplace/.make.sh-auto | 5 | ||||
-rw-r--r-- | homebrew/mysqlsearchreplace/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/mysqlsearchreplace/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/mysqlsearchreplace/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/mysqlsearchreplace/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/mysqlsearchreplace/download.sh | 1 |
7 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/mysqlsearchreplace/.beer b/homebrew/mysqlsearchreplace/.beer new file mode 100644 index 000000000..3559b45e5 --- /dev/null +++ b/homebrew/mysqlsearchreplace/.beer @@ -0,0 +1,19 @@ +{ + "name": "MysqlSearchReplace", + "description": "Database search and replace script in PHP", + "url": "https://github.com/interconnectit/Search-Replace-DB/archive/3.1.tar.gz", + "mirror": null, + "homepage": "https://interconnectit.com/products/search-and-replace-for-wordpress-databases/", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "libexec.install \"srdb.class.php\"", + "libexec.install \"srdb.cli.php\" => \"srdb\"", + "chmod 0755, libexec/\"srdb\"", + "bin.install_symlink libexec/\"srdb\"" + ], + "version": "3.1", + "file": "mysql-search-replace.rb" +}
\ No newline at end of file diff --git a/homebrew/mysqlsearchreplace/.make.sh-auto b/homebrew/mysqlsearchreplace/.make.sh-auto new file mode 100644 index 000000000..ecfde3d40 --- /dev/null +++ b/homebrew/mysqlsearchreplace/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +libexec.install "srdb.class.php" +libexec.install "srdb.cli.php" => "srdb" +chmod 0755, libexec/"srdb" +bin.install_symlink libexec/"srdb" diff --git a/homebrew/mysqlsearchreplace/_metadata/description b/homebrew/mysqlsearchreplace/_metadata/description new file mode 100644 index 000000000..5ca8ceb83 --- /dev/null +++ b/homebrew/mysqlsearchreplace/_metadata/description @@ -0,0 +1 @@ +Database search and replace script in PHP diff --git a/homebrew/mysqlsearchreplace/_metadata/homepage b/homebrew/mysqlsearchreplace/_metadata/homepage new file mode 100644 index 000000000..48102ccad --- /dev/null +++ b/homebrew/mysqlsearchreplace/_metadata/homepage @@ -0,0 +1 @@ +https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ diff --git a/homebrew/mysqlsearchreplace/_metadata/name b/homebrew/mysqlsearchreplace/_metadata/name new file mode 100644 index 000000000..f819587b9 --- /dev/null +++ b/homebrew/mysqlsearchreplace/_metadata/name @@ -0,0 +1 @@ +MysqlSearchReplace diff --git a/homebrew/mysqlsearchreplace/_metadata/version b/homebrew/mysqlsearchreplace/_metadata/version new file mode 100644 index 000000000..8c50098d8 --- /dev/null +++ b/homebrew/mysqlsearchreplace/_metadata/version @@ -0,0 +1 @@ +3.1 diff --git a/homebrew/mysqlsearchreplace/download.sh b/homebrew/mysqlsearchreplace/download.sh new file mode 100755 index 000000000..642119e52 --- /dev/null +++ b/homebrew/mysqlsearchreplace/download.sh @@ -0,0 +1 @@ +wget https://github.com/interconnectit/Search-Replace-DB/archive/3.1.tar.gz
\ No newline at end of file |