#!/bin/sh
set -e
set -x
brew unlink python@2 # workaround clash with python3 (which seems to be a pangomm dep)
brew install pangomm cairomm libsigc++ clang-format
brew link libsigc++@2
