Skip to content

Commit

Permalink
Enable ubuntu snaps for mc
Browse files Browse the repository at this point in the history
This PR will enable edge channel only.
  • Loading branch information
harshavardhana committed Aug 11, 2017
1 parent 60681d7 commit 97e191a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ cover.out
*.test
release
experimental
coverage.txt
coverage.txt
.snap
*.tar.bz2
parts/
prime/
snap/.snapcraft/
stage/
24 changes: 24 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: mc
version: master
summary: ls, cp, mkdir, mirror commands for filesystems and object storage.
description: |
Minio Client (mc) provides a modern alternative to UNIX commands
like ls, cat, cp, mirror, diff etc. It supports filesystems and
Amazon S3 compatible cloud storage service (AWS Signature v2 and v4).
grade: devel # must be 'stable' to release into candidate/stable channels
confinement: devmode

apps:
mc:
command: mc
plugs: [home, network, network-bind]

parts:
mc:
source: .
plugin: go
go-importpath: github.com/minio/mc
after: [go]
go:
source-tag: go1.8.3

0 comments on commit 97e191a

Please sign in to comment.