summaryrefslogtreecommitdiff
path: root/homebrew/speechtools/.make.sh-auto
blob: 2d6f87370b7866965f95959f8a3544ffa9afe72b (plain)
1
2
3
4
5
pkg:setup
ENV.deparallelize
pkg:configure
make
bin.install Dir["main/*"].select { |f| File.file?(f) && File.executable?(f) }