summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--homebrew/rcm.rb.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/homebrew/rcm.rb.in b/homebrew/rcm.rb.in
index 3b858eb..3a9a6fb 100644
--- a/homebrew/rcm.rb.in
+++ b/homebrew/rcm.rb.in
@@ -1,9 +1,8 @@
-require 'formula'
-
class Rcm < Formula
- homepage 'http://thoughtbot.github.io/rcm'
- url 'http://thoughtbot.github.io/@PACKAGE@/dist/@DIST_ARCHIVES@'
- sha1 '@DIST_SHA@'
+ desc "management suite for dotfiles"
+ homepage "https://thoughtbot.github.io/rcm"
+ url "https://thoughtbot.github.io/@PACKAGE@/dist/@DIST_ARCHIVES@"
+ sha1 "@DIST_SHA@"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",