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

31 lines
510 B
YAML

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