Experimental plugin to use with DNF package manager.
From the DNF git checkout directory:
mkdir build; pushd build; cmake .. && make; popd;
Then to run DNF:
PYTHONPATH=`readlink -f .` bin/dnf <arguments>
From the DNF git checkout directory:
mkdir build; pushd build; cmake .. && make ARGS="-V" test; popd;