install -vDm555 -t "$INSTALL_ROOT"/usr/bin shfmt
if [ -f shfmt.1 ]; then
  install -vDm444 -t "$INSTALL_ROOT"/usr/share/man/man1 shfmt.1
fi
