summaryrefslogtreecommitdiff
path: root/homebrew/st/.make.sh-auto
blob: 6800f9079894722179c4b722fb9a11cc290c4bf6 (plain)
1
2
3
4
5
6
7
pkg:setup
ENV.prepend_create_path "PERL5LIB", libexec/"lib/perl5/site_perl/"
perl Makefile.PL PREFIX=#{libexec}
make DESTDIR=${PKG_DEST} install
bin.install Dir[libexec/"bin/*"]
bin.env_script_all_files libexec/"bin", :PERL5LIB => ENV["PERL5LIB"]
man1.install_symlink Dir[libexec/"share/man/man1/*.1"]