xref: /netbsd-src/external/bsd/unbound/dist/contrib/ios/install_tools.sh (revision 7a540f2bd4f5b968566c2607d6462c7f2fb452cf)
1#!/usr/bin/env bash
2
3# This step should install tools needed for all packages - OpenSSL, Expat and Unbound
4# brew update hangs, so we try to skip that step.
5#echo "Updating tools"
6#brew update 1>/dev/null
7echo "Installing tools"
8# already installed are: autoconf automake libtool pkg-config
9#brew install curl perl 1>/dev/null
10HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
11