fx/snap/snapcraft.yaml

21 lines
327 B
YAML
Raw Normal View History

2022-04-24 10:56:09 +00:00
name: fx
2023-04-07 13:50:23 +00:00
version: 24.1.0
2022-04-24 10:56:09 +00:00
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