This tap retains slightly outdated brews required for setting up a working copy of wemakeit on macOS.
# Find out whether Homebrew provides postgresql 10.5
brew update
brew info postgresql | head -n 1
# Install from Homebrew if it provides the correct version
brew install postgresql
# Install from this tap otherwise
brew install wemakeit/wemakeit/[email protected]
# Find out whether Homebrew provides postgis 2.4.x
brew update
brew info postgis | head -n 1
# Install from Homebrew if it provides the correct version
brew install postgis
# Install from this tap otherwise
brew install wemakeit/wemakeit/[email protected]