Skip to content

Commit

Permalink
chore: update snapcraft following Go applications instructions (#204)
Browse files Browse the repository at this point in the history
refs #203
  • Loading branch information
moncho authored Feb 29, 2024
1 parent fe820a7 commit 324e457
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions snap/snapcraft.yaml
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

0 comments on commit 324e457

Please sign in to comment.