From ace693a516dc3d6f7bb2a250ae42e6f6b7972ea5 Mon Sep 17 00:00:00 2001 From: Kirk Stork Date: Sun, 31 Aug 2014 17:27:01 -0700 Subject: jbake 2.3.1 Closes #32012. Signed-off-by: Jack Nagel --- Library/Formula/jbake.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/jbake.rb (limited to 'Library/Formula') diff --git a/Library/Formula/jbake.rb b/Library/Formula/jbake.rb new file mode 100644 index 000000000..53df2e8e4 --- /dev/null +++ b/Library/Formula/jbake.rb @@ -0,0 +1,14 @@ +require "formula" + +class Jbake < Formula + homepage "http://jbake.org" + url "http://jbake.org/files/jbake-2.3.1-bin.zip" + sha1 "b429a89a66c021a70394e0207d71a703de58d85b" + + def install + rm_f Dir["bin/*.bat"] + prefix.install_metafiles + libexec.install Dir["*"] + bin.write_jar_script "#{libexec}/jbake-core.jar", "jbake" + end +end -- cgit v1.2.3