2013-12-16 18:47:43 +00:00
|
|
|
class Launch4j < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Cross-platform Java executable wrapper"
|
2014-05-18 17:59:57 +00:00
|
|
|
homepage "http://launch4j.sourceforge.net/"
|
2014-10-28 05:42:37 +00:00
|
|
|
url "https://downloads.sourceforge.net/project/launch4j/launch4j-3/3.5/launch4j-3.5-macosx-x86-10.8.tgz"
|
|
|
|
version "3.5"
|
2015-10-22 13:51:41 +00:00
|
|
|
sha256 "d994287342c0bbeaf3b967ccbf9bfb18d1a5b7123bca529c79760e67d6fd1e5f"
|
|
|
|
|
|
|
|
bottle :unneeded
|
2013-12-16 18:47:43 +00:00
|
|
|
|
|
|
|
def install
|
2014-05-18 17:59:57 +00:00
|
|
|
libexec.install Dir["*"] - ["src", "web"]
|
2013-12-16 18:47:43 +00:00
|
|
|
bin.write_jar_script libexec/"launch4j.jar", "launch4j"
|
|
|
|
end
|
|
|
|
end
|