summaryrefslogtreecommitdiff
path: root/homebrew/mono/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mono/.make.sh-auto')
-rw-r--r--homebrew/mono/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/mono/.make.sh-auto b/homebrew/mono/.make.sh-auto
new file mode 100644
index 000000000..106df20de
--- /dev/null
+++ b/homebrew/mono/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking --disable-silent-rules --enable-nls=no --build=x86_64-apple-darwin
+make
+make DESTDIR=${PKG_DEST} install
+libexec.install bin/"mono-gdb.py", bin/"mono-sgen-gdb.py"
+ENV.prepend_path "PATH", bin
+resource("msbuild").stage do
+./build.sh -hostType mono -configuration Release -skipTests
+./artifacts/mono-msbuild/msbuild mono/build/install.proj /p:MonoInstallPrefix=${PKG_TAPF} /p:Configuration=Release-MONO /p:IgnoreDiffFailure=true