summaryrefslogtreecommitdiff
path: root/homebrew/kobalt/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/kobalt/.make.sh-auto')
-rw-r--r--homebrew/kobalt/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/kobalt/.make.sh-auto b/homebrew/kobalt/.make.sh-auto
new file mode 100644
index 000000000..7a0faa37d
--- /dev/null
+++ b/homebrew/kobalt/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+libexec.install "kobalt-#{version}/kobalt"
+(bin/"kobaltw").write <<~EOS
+#!/bin/bash
+java -jar #{libexec}/kobalt/wrapper/kobalt-wrapper.jar $*
+EOS