mirror of
https://github.com/antonmedv/fx
synced 2024-11-05 12:00:46 +00:00
21 lines
327 B
YAML
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
|