GUI toolkit for LV2 plugins
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
image: archlinux |
|
packages: |
|
- meson |
|
- libx11 |
|
- python |
|
- ninja |
|
- librsvg |
|
- cairo |
|
sources: |
|
- https://git.sr.ht/~alextee/ztoolkit |
|
tasks: |
|
- setup: | |
|
cd ztoolkit |
|
meson build -Denable_rsvg=true |
|
- build: | |
|
cd ztoolkit |
|
ninja -C build |
|
- test: | |
|
cd ztoolkit |
|
ninja -C build test
|
|
|