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
7 months ago
version: 32.0.0
summary: Terminal JSON viewer
description: Terminal JSON viewer
1 year ago
base: core20
grade: stable
confinement: strict
architectures:
- build-on: armhf
- build-on: amd64
- build-on: arm64
plugs:
1 year ago
dot-fxrc-js:
interface: personal-files
read:
- $HOME/.fxrc.js
apps:
fx:
1 year ago
command: bin/fx
1 year ago
plugs: [ dot-fxrc-js, home, network ]
parts:
fx:
plugin: go
1 year ago
source: https://github.com/antonmedv/fx.git
source-type: git
stage-snaps:
- node/18/stable