2010-07-16 10:58:51 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Drush < Formula
|
2010-07-16 10:58:51 +00:00
|
|
|
homepage 'http://drupal.org/project/drush'
|
2012-08-20 02:32:48 +00:00
|
|
|
url 'http://ftp.drupal.org/files/projects/drush-7.x-5.7.tar.gz'
|
|
|
|
sha1 'a864ca746f13e539f86030262f943442c75f9c96'
|
2012-08-09 15:41:59 +00:00
|
|
|
|
2012-02-13 06:23:26 +00:00
|
|
|
head 'git://git.drupal.org/project/drush.git'
|
2010-07-16 10:58:51 +00:00
|
|
|
|
|
|
|
def install
|
2012-03-11 03:51:20 +00:00
|
|
|
libexec.install Dir['*']
|
2012-08-09 15:41:59 +00:00
|
|
|
bin.install_symlink libexec/'drush'
|
2010-07-16 10:58:51 +00:00
|
|
|
end
|
|
|
|
end
|