mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Add prepare and task command to snapcraft.yaml
This commit is contained in:
parent
cbe47e6574
commit
543fdc7eae
1 changed files with 5 additions and 0 deletions
|
@ -12,12 +12,17 @@ parts:
|
|||
taskwarrior-tui:
|
||||
plugin: rust
|
||||
source: .
|
||||
prepare: |
|
||||
apt-get update
|
||||
apt-get install taskwarrior -y
|
||||
|
||||
apps:
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
plugs:
|
||||
- home
|
||||
task:
|
||||
command: usr/bin/task
|
||||
|
||||
layout:
|
||||
/usr/bin/task:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue