summaryrefslogtreecommitdiff
path: root/homebrew/aspell/.make.sh-auto
blob: ef8eeecf6d673f7f7d26fd7e58cc59f86710d507 (plain)
1
2
3
4
5
6
7
8
pkg:setup
pkg:configure
make DESTDIR=${PKG_DEST} install
ENV.prepend_path "PATH", bin
resources.each do |r|
r.stage do
pkg:configure --vars ASPELL=#{bin}/aspell PREZIP=#{bin}/prezip
make DESTDIR=${PKG_DEST} install