Skip to content

Commit

Permalink
Re-add snapcraft support (#317).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed May 11, 2024
1 parent e067a90 commit b54df3e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b54df3e

Please sign in to comment.