amdatu-bootstrap: bottle unneeded and URL comment.
This commit is contained in:
parent
a27325e34c
commit
6760df10a0
1 changed files with 3 additions and 0 deletions
|
@ -1,9 +1,12 @@
|
|||
class AmdatuBootstrap < Formula
|
||||
desc "Bootstrapping OSGi development"
|
||||
homepage "http://amdatu.org/bootstrap/intro.html"
|
||||
# The next release should not use a zip with "brew" in the name.
|
||||
url "https://bitbucket.org/amdatu/amdatu-bootstrap/downloads/bootstrap-r8-bin-brew.zip"
|
||||
sha256 "5c89667e10b57060c67fc54188ded3b0b281f88fab062bfb4290994e8df2295a"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
libexec.install %w[amdatu-bootstrap bootstrap.jar conf]
|
||||
bin.install_symlink "#{libexec}/amdatu-bootstrap" => "amdatu-bootstrap"
|
||||
|
|
Loading…
Reference in a new issue