1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 17:38:20 +03:00
tabby/snap/snapcraft.yaml
2021-06-29 23:57:04 +02:00

27 lines
570 B
YAML

name: tabby
version: '1.0.0'
summary: A terminal for a modern age
description: |
Tabby is a local, SSH and serial terminal heavily inspired by Hyper.
grade: devel
confinement: devmode
apps:
tabby:
command: opt/tabby/tabby
parts:
app:
plugin: nodejs
source: .
build-packages:
- libfontconfig-dev
override-build: |
yarn
./scripts/build-native.js
yarn run build
./scripts/build-linux.js
mkdir -p $SNAPCRAFT_PART_INSTALL/opt/tabby || true
cp -ar dist/linux-unpacked/* $SNAPCRAFT_PART_INSTALL/opt/tabby/