diff options
Diffstat (limited to 'homebrew/dict/.make.sh-auto')
-rw-r--r-- | homebrew/dict/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/dict/.make.sh-auto b/homebrew/dict/.make.sh-auto new file mode 100644 index 000000000..a3ac1956e --- /dev/null +++ b/homebrew/dict/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +ENV["LIBTOOL"] = "glibtool" +pkg:configure +make +make DESTDIR=${PKG_DEST} install +(prefix+"etc/dict.conf").write <<~EOS +server localhost +server dict.org +EOS |