mirror of
https://github.com/pldubouilh/gossa.git
synced 2024-04-21 12:31:39 +00:00
test snap
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user