Add snapcraft.yaml

sleep-stdin-bug 22.0.0
Anton Medvedev 2 years ago
parent 506961e9d8
commit 3b0826c3c9

@ -0,0 +1,20 @@
name: fx
version: git
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core18
grade: stable
confinement: strict
apps:
fx:
command: fx
plugs: [home, network]
parts:
fx:
plugin: go
go-channel: 1.18/stable
source: .
source-type: git
go-importpath: github.com/antonmedv/fx
Loading…
Cancel
Save