mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Add snapcraft.yaml
This commit is contained in:
parent
af0125fd0c
commit
422a67cf8f
1 changed files with 18 additions and 0 deletions
18
snap/snapcraft.yaml
Normal file
18
snap/snapcraft.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue