1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 00:50:49 +03:00
tabby/snap/snapcraft.yaml

26 lines
538 B
YAML
Raw Normal View History

2021-06-30 00:57:04 +03:00
name: tabby
2019-03-13 14:33:48 +03:00
version: '1.0.0'
summary: A terminal for a modern age
description: |
2021-06-30 00:57:04 +03:00
Tabby is a local, SSH and serial terminal heavily inspired by Hyper.
2019-03-13 14:33:48 +03:00
2021-06-30 00:57:04 +03:00
grade: devel
2019-03-13 14:33:48 +03:00
confinement: devmode
apps:
2021-06-30 00:57:04 +03:00
tabby:
command: opt/tabby/tabby
2019-03-13 14:33:48 +03:00
parts:
app:
2019-03-13 14:45:41 +03:00
plugin: nodejs
2019-03-13 14:33:48 +03:00
source: .
2021-06-30 00:57:04 +03:00
build-packages:
2019-03-13 14:33:48 +03:00
- libfontconfig-dev
override-build: |
yarn
yarn run build
./scripts/build-linux.js
2021-06-30 00:57:04 +03:00
mkdir -p $SNAPCRAFT_PART_INSTALL/opt/tabby || true
cp -ar dist/linux-unpacked/* $SNAPCRAFT_PART_INSTALL/opt/tabby/