summaryrefslogtreecommitdiff
path: root/homebrew/hunspell/.make.sh-auto
blob: 0e689788253a3d271156dd4b8e0f2667b1299887 (plain)
1
2
3
4
5
6
7
pkg:setup
autoreconf -fiv
pkg:configure --disable-dependency-tracking --with-ui --with-readline
make
make check
make DESTDIR=${PKG_DEST} install
pkgshare.install "tests"