summaryrefslogtreecommitdiff
path: root/homebrew/ps2eps/.make.sh-auto
blob: 7d41595106e3434125d4578f0dddd7edd90e4479 (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
ENV.cc src/C/bbox.c -o bbox
bin.install "bbox"
(libexec/"bin").install "bin/ps2eps"
(bin/"ps2eps").write <<~EOS
#!/bin/sh
perl -S #{libexec}/bin/ps2eps \"$@\"
EOS
share.install "doc/man"
doc.install "doc/pdf", "doc/html"