aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/jbake.rb14
1 files changed, 14 insertions, 0 deletions
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