The easiest way to get it is to use gom.
go get github.com/mattn/gom
gom install
gom exec ./bootstrap.bash
gom exec ./build.bash
Because Gopnik is a statically linked binary, plugins should be defined at the build stage. Use
./bootstrap.bash --plugin <plugin_package>
to enable a plugin.