summaryrefslogtreecommitdiff
path: root/homebrew/feedgnuplot/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/feedgnuplot/.make.sh-auto')
-rw-r--r--homebrew/feedgnuplot/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/feedgnuplot/.make.sh-auto b/homebrew/feedgnuplot/.make.sh-auto
new file mode 100644
index 000000000..31d087aa3
--- /dev/null
+++ b/homebrew/feedgnuplot/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+perl Makefile.PL prefix=${PKG_TAPF}
+make
+make DESTDIR=${PKG_DEST} install
+bash_completion.install "completions/bash/feedgnuplot"
+zsh_completion.install "completions/zsh/_feedgnuplot"