Helper repo for building golang packages with pkgforge
The easiest way is to submodule this into your package and then symlink the Makefile to the root:
git submodule add git://github.com/akerl/pkgforge-golang-helper
ln -s pkgforge-golang-helper/Makefile ./
Then you'd run make
to build your thing using dock0/pkgforge, or make manual
to open a bash shell in the container.
In theory you could also pull down the Makefile and just vendor it in as well, if you hate submodules.
pkgforge-golang-helper is released under the MIT License. See the bundled LICENSE file for details.