diff options
Diffstat (limited to 'homebrew/aspell/.make.sh-auto')
-rw-r--r-- | homebrew/aspell/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/aspell/.make.sh-auto b/homebrew/aspell/.make.sh-auto new file mode 100644 index 000000000..ef8eeecf6 --- /dev/null +++ b/homebrew/aspell/.make.sh-auto @@ -0,0 +1,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 |