aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXu Cheng2015-01-08 13:33:30 +0800
committerMike McQuaid2015-01-08 10:23:57 +0000
commitf5ea9670abeaa471a48369a49d8d62b725969863 (patch)
treec8cf6ae9833d4f029043f97d8d09f9253aec89fd /Library/Formula
parentacf4c4947543ad743048ca0b19ef0f85758a2340 (diff)
downloadhomebrew-f5ea9670abeaa471a48369a49d8d62b725969863.tar.bz2
ctags: modernize
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ctags.rb12
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/ctags.rb b/Library/Formula/ctags.rb
index f336220b9..8bb775ed3 100644
--- a/Library/Formula/ctags.rb
+++ b/Library/Formula/ctags.rb
@@ -1,12 +1,10 @@
-require 'formula'
-
class Ctags < Formula
- homepage 'http://ctags.sourceforge.net/'
- url 'https://downloads.sourceforge.net/ctags/ctags-5.8.tar.gz'
- sha1 '482da1ecd182ab39bbdc09f2f02c9fba8cd20030'
+ homepage "http://ctags.sourceforge.net/"
+ url "https://downloads.sourceforge.net/ctags/ctags-5.8.tar.gz"
+ sha1 "482da1ecd182ab39bbdc09f2f02c9fba8cd20030"
head do
- url 'https://svn.code.sf.net/p/ctags/code/trunk'
+ url "https://svn.code.sf.net/p/ctags/code/trunk"
depends_on "autoconf" => :build
end
@@ -22,7 +20,7 @@ class Ctags < Formula
"--enable-macro-patterns",
"--mandir=#{man}",
"--with-readlib"
- system "make install"
+ system "make", "install"
end
def caveats