fx/snap/snapcraft.yaml
2022-04-25 19:38:54 +00:00

21 lines
328 B
YAML

name: fx
version: 22.0.10
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