Add prepare and task command to snapcraft.yaml

This commit is contained in:
Dheepak Krishnamurthy 2020-10-29 00:42:35 -06:00
parent a5444e6354
commit d21cf2c303

View file

@ -12,12 +12,17 @@ parts:
taskwarrior-tui: taskwarrior-tui:
plugin: rust plugin: rust
source: . source: .
prepare: |
apt-get update
apt-get install taskwarrior -y
apps: apps:
taskwarrior-tui: taskwarrior-tui:
command: bin/taskwarrior-tui command: bin/taskwarrior-tui
plugs: plugs:
- home - home
task:
command: usr/bin/task
layout: layout:
/usr/bin/task: /usr/bin/task: