Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Add the packaging metadata to build the gox snap #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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: bin/gox

parts:
gox:
source: .
plugin: go
go-importpath: github.com/mitchellh/gox