jbake 2.3.1
Closes Homebrew/homebrew#32012. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
fd9fd9f816
commit
9ff2b1e973
1 changed files with 14 additions and 0 deletions
14
Formula/jbake.rb
Normal file
14
Formula/jbake.rb
Normal file
|
@ -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
|
Loading…
Reference in a new issue