Add snapcraft.yaml

This commit is contained in:
Dheepak Krishnamurthy 2020-10-27 11:10:07 -06:00
parent af0125fd0c
commit 422a67cf8f

18
snap/snapcraft.yaml Normal file
View file

@ -0,0 +1,18 @@
name: taskwarrior-tui
base: core18
version: git
summary: A terminal user interface for taskwarrior
description: |
A terminal user interface for taskwarrior to manage your tasks efficiently.
grade: stable
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
taskwarrior-tui:
plugin: rust
source: .
apps:
taskwarrior-tui:
command: bin/taskwarrior-tui