Hello,

I am wanting to make an ebuild for Intel's (Apache 2 licensed) snap
monitoring framework (https://github.com/intelsdi-x/snap). It seems the
current version (2.0.0) does not compile the golang binaries with some type
of recent grpc API incompatibility. I can successfully compile by going:

go get ...
cd <SRC_DIR>
git checkout 1.3.0
make all

This gets me the binaries (snaptel, snapteld); does anyone know if I can
put this process (git checkout..) into an .ebuild file (or some other
suggestion)?

Cheers,

Reply via email to