aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/task.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-11 16:12:04 -0700
committerAdam Vandenberg2012-03-11 16:12:15 -0700
commitbdea9b8d17df272841728ecef668b521687bb5a5 (patch)
tree533d25f612be9fbb0ee8e0c6bc2b0057d56583e5 /Library/Formula/task.rb
parent34c74f0d6e34a14ec44206b0409b660a69832a61 (diff)
downloadhomebrew-bdea9b8d17df272841728ecef668b521687bb5a5.tar.bz2
task: style nits
Diffstat (limited to 'Library/Formula/task.rb')
-rw-r--r--Library/Formula/task.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/task.rb b/Library/Formula/task.rb
index f6af2b164..eda7758f7 100644
--- a/Library/Formula/task.rb
+++ b/Library/Formula/task.rb
@@ -1,8 +1,8 @@
require 'formula'
class Task < Formula
- url 'http://www.taskwarrior.org/download/task-1.9.4.tar.gz'
homepage 'http://www.taskwarrior.org/'
+ url 'http://www.taskwarrior.org/download/task-1.9.4.tar.gz'
md5 '0c5d9dedb1ead69590af895d16708070'
skip_clean :all
@@ -11,8 +11,6 @@ class Task < Formula
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
-
- # Install the bash completion file
(etc+'bash_completion.d').install 'scripts/bash/task_completion.sh'
end
end