jetty-runner 9.2.2
Closes Homebrew/homebrew#31477. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7b3ce39e64
commit
27500be53a
1 changed files with 15 additions and 0 deletions
15
Formula/jetty-runner.rb
Normal file
15
Formula/jetty-runner.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
require "formula"
|
||||
|
||||
class JettyRunner < Formula
|
||||
homepage "http://www.eclipse.org/jetty/documentation/9.2.2.v20140723/runner.html"
|
||||
url "http://central.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.2.2.v20140723/jetty-runner-9.2.2.v20140723.jar"
|
||||
version "9.2.2.v20140723"
|
||||
sha1 "0be6af27dbd282bd0a2b566615dd39e53e706145"
|
||||
|
||||
def install
|
||||
libexec.install Dir["*"]
|
||||
|
||||
bin.mkpath
|
||||
bin.write_jar_script libexec/"jetty-runner-#{version}.jar" , "jetty-runner"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue