fx/snap/snapcraft.yaml

33 lines
524 B
YAML
Raw Normal View History

2022-04-24 10:56:09 +00:00
name: fx
2023-09-19 11:35:26 +00:00
version: 30.0.2
2022-04-24 10:56:09 +00:00
summary: Terminal JSON viewer
description: Terminal JSON viewer
2023-09-18 19:54:07 +00:00
base: core20
2022-04-24 10:56:09 +00:00
grade: stable
2023-09-18 19:01:38 +00:00
confinement: strict
2023-09-18 17:53:26 +00:00
architectures:
- build-on: armhf
- build-on: amd64
- build-on: arm64
2022-04-24 10:56:09 +00:00
2023-09-19 08:23:15 +00:00
plugs:
home:
interface: personal-files
read:
- $HOME/.fxrc.js
network:
interface: network
2023-09-18 20:37:04 +00:00
2022-04-24 10:56:09 +00:00
apps:
fx:
2023-09-18 20:20:48 +00:00
command: bin/fx
2023-09-18 20:37:04 +00:00
plugs: [ home, network ]
2022-04-24 10:56:09 +00:00
parts:
fx:
plugin: go
2023-09-18 20:20:48 +00:00
source: https://github.com/antonmedv/fx.git
2022-04-24 10:56:09 +00:00
source-type: git
2023-09-18 19:01:38 +00:00
stage-snaps:
2023-09-18 19:10:15 +00:00
- node/18/stable