diff options
| author | Mike McQuaid | 2014-11-05 11:26:35 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-05 11:26:35 +0000 |
| commit | deffce9859de750773325d827455b11688212cea (patch) | |
| tree | 95cc3beebe637842f1ea7277f05b986f67738755 /Library/Formula | |
| parent | 3ca606874c18e84738130a39e29447e75a93c035 (diff) | |
| download | homebrew-deffce9859de750773325d827455b11688212cea.tar.bz2 | |
groovyserv: general cleanup.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/groovyserv.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb index 5b5240f09..a67564d8a 100644 --- a/Library/Formula/groovyserv.rb +++ b/Library/Formula/groovyserv.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Groovyserv < Formula - homepage 'http://kobo.github.io/groovyserv/' - url 'https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-1.0.0-src.zip' - sha1 '46b946dee3e40457e667498b235bd8e1567ed9ed' - head 'https://github.com/kobo/groovyserv.git' + homepage "http://kobo.github.io/groovyserv/" + url "https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-1.0.0-src.zip" + sha1 "46b946dee3e40457e667498b235bd8e1567ed9ed" + head "https://github.com/kobo/groovyserv.git" bottle do sha1 "2acd972802f63afcdebb622015ab059c23423789" => :yosemite @@ -21,7 +21,7 @@ class Groovyserv < Formula end def install - system './gradlew clean executables' + system "./gradlew", "clean" "executables" # Install executables in libexec to avoid conflicts libexec.install Dir["build/executables/{bin,lib}"] |
