jbake 2.5.1
Closes #9700. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
9a87450dd3
commit
7ecbd3d5bb
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Jbake < Formula
|
class Jbake < Formula
|
||||||
desc "Java based static site/blog generator"
|
desc "Java based static site/blog generator"
|
||||||
homepage "http://jbake.org"
|
homepage "http://jbake.org"
|
||||||
url "http://jbake.org/files/jbake-2.5.0-bin.zip"
|
url "http://jbake.org/files/jbake-2.5.1-bin.zip"
|
||||||
sha256 "95f0d218eff9ea545ce58b15dae5fe4386469c9697db92ff22553edddcbdfd74"
|
sha256 "4d3e1fa926b1beab38f4e073cac067e359ac9aef5b74580a2821f58209f286e4"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
|
|
||||||
|
@ -11,4 +11,8 @@ class Jbake < Formula
|
||||||
libexec.install Dir["*"]
|
libexec.install Dir["*"]
|
||||||
bin.write_jar_script "#{libexec}/jbake-core.jar", "jbake"
|
bin.write_jar_script "#{libexec}/jbake-core.jar", "jbake"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
test do
|
||||||
|
assert_match "Usage: jbake", shell_output("#{bin}/jbake")
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue