diff options
| author | Adam Vandenberg | 2013-04-27 10:33:59 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-27 10:33:59 -0700 |
| commit | 60487510a1836ae5dbbadf46afaa607849c323a0 (patch) | |
| tree | 627f6e9fe7765c39c2ee206666a4d54cbd0847e1 /Library | |
| parent | 92f4b83a8fb78e338c7cffd3d0d90b1c7e6c8f33 (diff) | |
| download | homebrew-60487510a1836ae5dbbadf46afaa607849c323a0.tar.bz2 | |
Remove wp-cli
This formula is now available in homebrew-php, as newer
versions require some additional PHP software to be installed.
Closes #19431.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wp-cli.rb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb deleted file mode 100644 index 960661ccf..000000000 --- a/Library/Formula/wp-cli.rb +++ /dev/null @@ -1,20 +0,0 @@ -require 'formula' - -class WpCli < Formula - homepage 'https://github.com/wp-cli/wp-cli/' - - # Use the tag instead of the tarball to get submodules - url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.9.1' - version '0.9.1' - - head 'https://github.com/wp-cli/wp-cli.git' - - def install - prefix.install Dir['src/*'] - (prefix+'etc/bash_completion.d').install 'utils/wp-completion.bash' => 'wp' - end - - def test - system "#{bin}/wp" - end -end |
