summaryrefslogtreecommitdiff
path: root/homebrew/ape/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ape/.make.sh-auto')
-rw-r--r--homebrew/ape/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ape/.make.sh-auto b/homebrew/ape/.make.sh-auto
new file mode 100644
index 000000000..465b3a58f
--- /dev/null
+++ b/homebrew/ape/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+./build.sh
+(prefix+"etc").mkdir
+inreplace "Makefile", "bin/ape.conf $(bindir)", "bin/ape.conf $(prefix)/etc"
+make DESTDIR=${PKG_DEST} install prefix=${PKG_TAPF}