Adopted from Gerrit. Jari
a) manual
wget \
http://cygwin.cante.net/indent/indent-2.2.9-2.tar.bz2 \
http://cygwin.cante.net/indent/indent-2.2.9-2-src.tar.bz2 \
http://cygwin.cante.net/indent/setup.hint
b) automated: get.sh displayes further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir indent ; cd indent
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/indent/get.sh \
http://cygwin.cante.net/indent/get.sh.sig
gpg --verify get.sh.sig get.sh &&
sh get.sh
