summaryrefslogtreecommitdiff
path: root/homebrew/exiftool/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/exiftool/.make.sh-auto')
-rw-r--r--homebrew/exiftool/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/exiftool/.make.sh-auto b/homebrew/exiftool/.make.sh-auto
new file mode 100644
index 000000000..b5f859b51
--- /dev/null
+++ b/homebrew/exiftool/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+inreplace "exiftool", "$exeDir/lib", libexec/"lib"
+perl Makefile.PL
+make all
+libexec.install "lib"
+bin.install "exiftool"
+doc.install Dir["html/*"]
+man1.install "blib/man1/exiftool.1"
+man3.install Dir["blib/man3/*"]