aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-01 12:42:00 -0700
committerAdam Vandenberg2012-09-01 12:42:00 -0700
commit8063884d7db2dddb60eec8eada482694d2e93a02 (patch)
treeb05b7fdb481e02d621a02fddfa1300188071fe9b /Library
parentfcd42f697706f95251f3faea528f57ccc7838ffd (diff)
downloadhomebrew-8063884d7db2dddb60eec8eada482694d2e93a02.tar.bz2
appledoc: style fixes
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/appledoc.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb
index 0ea7a3ca2..537864dc8 100644
--- a/Library/Formula/appledoc.rb
+++ b/Library/Formula/appledoc.rb
@@ -1,10 +1,11 @@
require 'formula'
class Appledoc < Formula
+ homepage 'http://appledoc.gentlebytes.com/'
url "https://github.com/tomaz/appledoc/tarball/v2.0.5"
+ sha1 'c310584b16812826a1b054d2b96e040c82d709ff'
+
head 'https://github.com/tomaz/appledoc.git', :branch => 'master'
- homepage 'http://appledoc.gentlebytes.com/'
- md5 '142cf80513ca8eda2aba631483b2e4e6'
depends_on :xcode # For working xcodebuild.
@@ -20,15 +21,14 @@ class Appledoc < Formula
prefix.install "Templates/"
end
- def caveats; <<-EOS
-Make the documentation templates available to `appledoc':
-
- ln -sf "#{prefix}/Templates" "#{ENV['HOME']}/Library/Application Support/appledoc"
+ def caveats; <<-EOS.undent
+ Make the documentation templates available to `appledoc':
+ ln -sf "#{prefix}/Templates" "#{ENV['HOME']}/Library/Application Support/appledoc"
-If you have edited the templates yourself, you should check for important changes.
+ If you have edited the templates yourself, you should check for important changes.
-NOTE someone should patch this tool so this caveat is unecessary.
-EOS
+ NOTE someone should patch this tool so this caveat is unecessary.
+ EOS
end
def test