summaryrefslogtreecommitdiff
path: root/homebrew/namebench/.make.sh-auto
blob: 889d1b269cf23b73067b75788d3771ae2277ec27 (plain)
1
2
3
4
5
pkg:setup
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
python setup.py install --prefix=#{libexec} --install-data=#{libexec}/lib/python2.7/site-packages
bin.install "namebench.py" => "namebench"
bin.env_script_all_files(libexec/"bin", :PYTHONPATH => ENV["PYTHONPATH"])