From 60487510a1836ae5dbbadf46afaa607849c323a0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 27 Apr 2013 10:33:59 -0700 Subject: Remove wp-cli This formula is now available in homebrew-php, as newer versions require some additional PHP software to be installed. Closes #19431. --- Library/Formula/wp-cli.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Library/Formula/wp-cli.rb (limited to 'Library/Formula/wp-cli.rb') 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 -- cgit v1.2.3