spring-loaded 1.1.5
Closes Homebrew/homebrew#27565. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
59e63f8450
commit
86b95cdc67
1 changed files with 16 additions and 0 deletions
16
Formula/spring-loaded.rb
Normal file
16
Formula/spring-loaded.rb
Normal file
|
@ -0,0 +1,16 @@
|
|||
require "formula"
|
||||
|
||||
class SpringLoaded < Formula
|
||||
homepage "https://github.com/spring-projects/spring-loaded"
|
||||
url "http://dist.springframework.org/snapshot/SPRING-LOADED/springloaded-1.1.5.RELEASE.jar"
|
||||
sha1 "abde10d9955f27d4a3141005c177012668565846"
|
||||
version "1.1.5"
|
||||
|
||||
def install
|
||||
(share/"java").install "springloaded-1.1.5.RELEASE.jar" => "springloaded.jar"
|
||||
end
|
||||
|
||||
test do
|
||||
system "java", "-javaagent:#{share}/java/springloaded.jar", "-version"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue