diff options
Diffstat (limited to 'homebrew/globustoolkit/.make.sh-auto')
-rw-r--r-- | homebrew/globustoolkit/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/globustoolkit/.make.sh-auto b/homebrew/globustoolkit/.make.sh-auto new file mode 100644 index 000000000..e1acea376 --- /dev/null +++ b/homebrew/globustoolkit/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +ENV.deparallelize +ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version +man.mkpath +pkg:configure --disable-dependency-tracking +make +make DESTDIR=${PKG_DEST} install +bins = Dir["#{libexec}/bin/*"].select { |f| File.executable? f } +bin.write_exec_script bins |