fx/snap/snapcraft.yaml
2023-04-07 15:50:23 +02:00

21 lines
327 B
YAML

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