summaryrefslogtreecommitdiff
path: root/homebrew/rzip/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/rzip/.make.sh-auto')
-rw-r--r--homebrew/rzip/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/rzip/.make.sh-auto b/homebrew/rzip/.make.sh-auto
new file mode 100644
index 000000000..7c460df41
--- /dev/null
+++ b/homebrew/rzip/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+pkg:configure --disable-dependency-tracking
+make DESTDIR=${PKG_DEST} install INSTALL_MAN=${PKG_TAPF}/share/man
+bin.install_symlink "rzip" => "runzip"
+man1.install_symlink "rzip.1" => "runzip.1"