wget -c https://roy.marples.name/downloads/openresolv/openresolv-3.9.0.tar.xz
tar -xJf openresolv-3.9.0.tar.xz
cd openresolv-3.9.0
./configure --prefix="/usr" --sysconfdir="/etc"
make
make install