summaryrefslogtreecommitdiff
path: root/homebrew/makensis/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/makensis/.make.sh-auto')
-rw-r--r--homebrew/makensis/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/makensis/.make.sh-auto b/homebrew/makensis/.make.sh-auto
new file mode 100644
index 000000000..5ec540183
--- /dev/null
+++ b/homebrew/makensis/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+args = [
+"CC=#{ENV.cc}", "CXX=#{ENV.cxx}", "PREFIX_DOC=#{share}/nsis/Docs", "SKIPUTILS=Makensisw,NSIS Menu,zip2exe", "STRIP=0", "VERSION=#{version}", ]
+scons makensis *args
+bin.install "build/urelease/makensis/makensis"
+(share/"nsis").install resource("nsis")