aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/launch4j.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/launch4j.rb b/Library/Formula/launch4j.rb
new file mode 100644
index 000000000..8d29cb079
--- /dev/null
+++ b/Library/Formula/launch4j.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Launch4j < Formula
+ homepage 'http://launch4j.sourceforge.net/'
+ url 'https://downloads.sourceforge.net/project/launch4j/launch4j-3/3.1.0-beta2/launch4j-3.1.0-beta2-macosx-x86.tgz'
+ sha1 '4a633263539613e63bc0d9c8e14dda234008f960'
+ version '3.1.0-beta2'
+
+ def install
+ libexec.install Dir['*'] - ['src', 'web']
+ bin.write_jar_script libexec/"launch4j.jar", "launch4j"
+ end
+end