summaryrefslogtreecommitdiff
path: root/homebrew/viewvc/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/viewvc/.make.sh-auto')
-rw-r--r--homebrew/viewvc/.make.sh-auto5
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/viewvc/.make.sh-auto b/homebrew/viewvc/.make.sh-auto
new file mode 100644
index 000000000..f8d6d9ceb
--- /dev/null
+++ b/homebrew/viewvc/.make.sh-auto
@@ -0,0 +1,5 @@
+pkg:setup
+python ./viewvc-install --prefix=#{libexec} --destdir=
+Pathname.glob(libexec/"bin/*") do |f|
+next if f.directory?
+bin.install_symlink f => "viewvc-#{f.basename}"