summaryrefslogtreecommitdiff
path: root/homebrew/cdargs/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cdargs/.make.sh-auto')
-rw-r--r--homebrew/cdargs/.make.sh-auto7
1 files changed, 7 insertions, 0 deletions
diff --git a/homebrew/cdargs/.make.sh-auto b/homebrew/cdargs/.make.sh-auto
new file mode 100644
index 000000000..24d65b85a
--- /dev/null
+++ b/homebrew/cdargs/.make.sh-auto
@@ -0,0 +1,7 @@
+pkg:setup
+pkg:configure
+make
+make DESTDIR=${PKG_DEST} install-strip
+rm Dir["contrib/Makefile*"]
+prefix.install "contrib"
+bash_completion.install_symlink "#{prefix}/contrib/cdargs-bash.sh"