Added nodesource apt repository to snap package - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 70e454812ef684d02ffa881becf0f8ce6a1b5f8c
DIR parent 355ff83e74f6e27c79033b8dfb899e3a3b529049
HTML Author: Sergio Garcia <github-committer@sergiogarcia.dev>
Date: Mon, 11 Oct 2021 18:39:02 -0300
Added nodesource apt repository to snap package
Diffstat:
M snap/snapcraft.yaml | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
DIR diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -10,6 +10,13 @@ base: core20
confinement: strict
grade: devel # "devel" or "stable"
+package-repositories:
+ - type: apt
+ components: [main]
+ suites: [focal]
+ key-id: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
+ url: https://deb.nodesource.com/node_16.x
+
apps:
hugo:
command: bin/hugo