mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-12 16:58:25 +03:00
26 lines
538 B
YAML
26 lines
538 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
|
|
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/
|