mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 17:57:19 +02:00
Update snapcraft.yaml
This commit is contained in:
parent
d94bb75e01
commit
aebb34146c
1 changed files with 9 additions and 11 deletions
|
@ -8,6 +8,13 @@ description: |
|
|||
grade: stable
|
||||
confinement: strict
|
||||
|
||||
apps:
|
||||
task:
|
||||
command: usr/local/bin/task
|
||||
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
|
||||
parts:
|
||||
task:
|
||||
plugin: cmake
|
||||
|
@ -17,18 +24,9 @@ parts:
|
|||
- build-essential
|
||||
- gnutls-dev
|
||||
- uuid-dev
|
||||
stage:
|
||||
- usr/local/bin/task
|
||||
organize:
|
||||
- usr/local/bin/task: bin/task
|
||||
|
||||
taskwarrior-tui:
|
||||
plugin: rust
|
||||
source: .
|
||||
stage:
|
||||
- bin/taskwarrior-tui
|
||||
|
||||
apps:
|
||||
task:
|
||||
command: usr/local/bin/task
|
||||
|
||||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue