Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jetty-runner 9.2.2
Closes Homebrew/legacy-homebrew#31477.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Craig Skinfill authored and MikeMcQuaid committed Aug 13, 2014
1 parent 7b3ce39 commit 27500be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Formula/jetty-runner.rb
@@ -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

0 comments on commit 27500be

Please sign in to comment.