name: gox version: master summary: A dead simple, no frills Go cross compile tool description: | Gox is a simple, no-frills tool for Go cross compilation that behaves a lot like standard go build. Gox will parallelize builds for multiple platforms. Gox will also build the cross-compilation toolchain for you. grade: devel # must be 'stable' to release into candidate/stable channels confinement: classic apps: gox: command: gox plugs: [home] parts: gox: source: https://github.com/mitchellh/gox.git plugin: go go-importpath: github.com/mitchellh/gox