From df85a1c5a2bf8209e4870e4e013f4c815076b7cc Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Fri, 12 Nov 2021 15:45:28 +0100 Subject: [PATCH] test snap --- snapcraft.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..5ff5a18 --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,18 @@ +name: gossa +version: git +summary: a fast and simple webserver for your files. +description: | + a fast and simple webserver for your files, that's dependency-free and easy to review. +confinement: strict +base: core18 +parts: + gossa: + plugin: go + go-importpath: github.com/pldubouilh/gossa + source: . + source-type: git + build-packages: + - gcc +apps: + gossa: + command: gossa \ No newline at end of file