1
0
mirror of https://github.com/antonmedv/fx synced 2024-07-08 20:05:46 +00:00
fx/snap/snapcraft.yaml
2024-03-15 13:20:17 +01:00

31 lines
510 B
YAML

name: fx
version: 33.0.0
summary: Terminal JSON viewer
description: Terminal JSON viewer
base: core20
grade: stable
confinement: strict
architectures:
- build-on: armhf
- build-on: amd64
- build-on: arm64
plugs:
dot-fxrc-js:
interface: personal-files
read:
- $HOME/.fxrc.js
apps:
fx:
command: bin/fx
plugs: [ dot-fxrc-js, home, network ]
parts:
fx:
plugin: go
source: https://github.com/antonmedv/fx.git
source-type: git
stage-snaps:
- node/18/stable