# Note: depends on libxml2 which provides xmllint, required at runtime
wget -c https://releases.pagure.org/xmlto/xmlto-0.0.28.tar.bz2
tar -xjf xmlto-0.0.28.tar.bz2
cd xmlto-0.0.28
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install