summaryrefslogtreecommitdiff
path: root/homebrew/dumb/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/dumb/.make.sh-auto')
-rw-r--r--homebrew/dumb/.make.sh-auto11
1 files changed, 11 insertions, 0 deletions
diff --git a/homebrew/dumb/.make.sh-auto b/homebrew/dumb/.make.sh-auto
new file mode 100644
index 000000000..e081fcec3
--- /dev/null
+++ b/homebrew/dumb/.make.sh-auto
@@ -0,0 +1,11 @@
+pkg:setup
+(buildpath/"make/config.txt").write <<~EOS
+include make/unix.inc
+ALL_TARGETS := core core-examples core-headers
+PREFIX := #{prefix}
+EOS
+bin.mkpath
+include.mkpath
+lib.mkpath
+make
+make DESTDIR=${PKG_DEST} install