-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update snapcraft following Go applications instructions (#204)
refs #203
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: dry | ||
version: latest | ||
version-script: cat APPVERSION | ||
version: v0.11.2 | ||
summary: A Docker manager for the terminal | ||
description: | | ||
Dry is a terminal application to manage Docker. It can manage Containers, Images and Networks, and, if running a Docker Swarm, it can manage a Swarm cluster. It can be used with both local and remote Docker daemons. | ||
Dry is a terminal application to manage Docker. | ||
It can manage Containers, Images and Networks, and, | ||
if running a Docker Swarm, it can manage a Swarm cluster. | ||
It can be used with both local and remote Docker daemons. | ||
base: core20 | ||
|
||
grade: stable | ||
confinement: strict | ||
|
||
parts: | ||
go: | ||
source-tag: go1.10.3 | ||
apps: | ||
dry: | ||
after: [go] | ||
source: . | ||
plugin: go | ||
go-importpath: github.com/moncho/dry | ||
command: bin/dry | ||
|
||
apps: | ||
parts: | ||
dry: | ||
command: dry | ||
source-type: git | ||
source: https://github.com/moncho/dry | ||
plugin: go |