mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 16:32:52 +01:00
test snap
This commit is contained in:
parent
e2aa4f149e
commit
df85a1c5a2
1 changed files with 18 additions and 0 deletions
18
snapcraft.yaml
Normal file
18
snapcraft.yaml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue