You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fx/snap/snapcraft.yaml

21 lines
327 B
YAML

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