mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-29 13:27:02 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df85a1c5a2 |
@@ -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