MINGW_INSTALL=clangarm64

post_install() {
  ${MINGW_INSTALL}/bin/dot -c
}

post_upgrade() {
  post_install
}
