Hi, I would love to run the LND node https://github.com/lightningnetwork/lnd, and since things are moving very fast in that field, it makes sense to have a stable solution for managing it, including version bumps. I didn’t ever write a port before, I only looked through Porter’s Handbook, and the template suggested. Probably my scenario is somewhat simpler than porting a C program. The only quirk that I can see is that the Go compiler and Git client have to be installed. Then I can clone the repo, checkout specific tag, and issue `make install` https://github.com/lightningnetwork/lnd/blob/master/docs/INSTALL.md#installing-lnd-from-source
https://github.com/lightningnetwork/lnd/blob/v0.12.0-beta/Makefile Does this sound about right? If yes - maybe someone can point me in the direction of the existing port for a Go program? Thanks!