mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
Update snapcraft.yaml
This commit is contained in:
parent
93bda83bb2
commit
a00debeefb
1 changed files with 9 additions and 3 deletions
|
@ -11,8 +11,14 @@ confinement: strict
|
|||
parts:
|
||||
taskwarrior:
|
||||
plugin: cmake
|
||||
configflags:
|
||||
- "-DBUILD_SYNC=OFF"
|
||||
override-build: |
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake \
|
||||
-DBUILD_SYNC=OFF -DCMAKE_INSTALL_PREFIX=$SNAPCRAFT_STAGE/cmake \
|
||||
$SNAPCRAFT_PART_SRC
|
||||
make
|
||||
make install
|
||||
source: https://github.com/GothenburgBitFactory/taskwarrior.git
|
||||
source-type: git
|
||||
build-packages:
|
||||
|
@ -26,4 +32,4 @@ apps:
|
|||
taskwarrior-tui:
|
||||
command: bin/taskwarrior-tui
|
||||
task:
|
||||
command: task
|
||||
command: bin/task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue