-
-
Notifications
You must be signed in to change notification settings - Fork 394
Expand file tree
/
Copy pathsnapcraft.yaml
More file actions
32 lines (28 loc) · 662 Bytes
/
snapcraft.yaml
File metadata and controls
32 lines (28 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: taskbook
version: '0.0.0'
version-script: git describe --always | cut -c 2-
summary: Tasks, boards & notes for the command-line habitat
description: |
By utilizing a simple and minimal usage syntax, that requires a flat learning curve,
taskbook enables you to effectively manage your tasks and notes across multiple boards
from within your terminal.
grade: stable
confinement: strict
architectures:
- amd64
- i386
- armhf
apps:
taskbook:
command: tb
plugs:
- home
- network
- network-control
- x11
parts:
taskbook:
plugin: nodejs
node-engine: 10.15.0
node-package-manager: yarn
source: .