groovyserv 0.11
Closes Homebrew/homebrew#17536. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a213e9aa9a
commit
3449d09d6d
1 changed files with 2 additions and 5 deletions
|
@ -2,15 +2,12 @@ require 'formula'
|
|||
|
||||
class Groovyserv < Formula
|
||||
homepage 'http://kobo.github.com/groovyserv/'
|
||||
url 'https://github.com/downloads/kobo/groovyserv/groovyserv-0.10-src.zip'
|
||||
sha1 'b8912ce7871458be6452876ab0215b5c89e82ad0'
|
||||
url 'https://bitbucket.org/kobo/groovyserv-mirror/downloads/groovyserv-0.11-src.zip'
|
||||
sha1 'a9a558c9793fbaaf32f6a4e267d5ad16d0381292'
|
||||
|
||||
head 'https://github.com/kobo/groovyserv.git'
|
||||
|
||||
depends_on 'groovy'
|
||||
|
||||
def install
|
||||
ENV['CC'] = ENV['CFLAGS'] = nil # to workaround
|
||||
system './gradlew clean executables'
|
||||
|
||||
# Install executables in libexec to avoid conflicts
|
||||
|
|
Loading…
Reference in a new issue