From b54df3e2e61d5262f80bc38999b1bd857289d616 Mon Sep 17 00:00:00 2001 From: jimafisk Date: Sat, 11 May 2024 13:25:39 -0400 Subject: [PATCH] Re-add snapcraft support (#317). --- .goreleaser.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4a103163..37048dae 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -61,20 +61,20 @@ brews: name: homebrew-plenti homepage: "https://plenti.co/" description: "Dead simple SSG with Svelte frontend and Go CLI." -#snapcrafts: -# - -# id: plenti -# name: plenti -# publish: true # publish the snap to the snapcraft store. -# summary: A simple static site generator for the JAMstack. -# description: Dead simple SSG with Svelte frontend and Go CLI. -# grade: stable -# confinement: strict -# license: Apache-2.0 -# # allow read/write to user's filesystem. -# apps: -# plenti: -# plugs: ["home", "network-bind", "removable-media"] +snapcrafts: + - + id: plenti + name: plenti + publish: true # publish the snap to the snapcraft store. + summary: A simple static site generator for the JAMstack. + description: Dead simple SSG with Svelte frontend and Go CLI. + grade: stable + confinement: strict + license: Apache-2.0 + # allow read/write to user's filesystem. + apps: + plenti: + plugs: ["home", "network-bind", "removable-media"] #scoop: # bucket: # owner: plentico