homebrew-core/Formula/drush.rb
Brian Tully 40919fea10 drush 7.x-5.4
Closes Homebrew/homebrew#12593.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-04 19:32:47 -05:00

13 lines
335 B
Ruby

require 'formula'
class Drush < Formula
homepage 'http://drupal.org/project/drush'
url 'http://ftp.drupal.org/files/projects/drush-7.x-5.4.tar.gz'
md5 '78c3b96d9c5bbfca5eaa909acf87b0de'
head 'git://git.drupal.org/project/drush.git'
def install
libexec.install Dir['*']
bin.install_symlink libexec+'drush'
end
end