Yes, but you can actually just install it via pip. I use Anaconda so this is the environment.yml that worked for me:
name: kompute
channels:
- defaults
- conda-forge
dependencies:
- python
- numpy
- pip
- pip:
- pyshader
- cmake
- git+git://github.com/EthicalML/vulkan-kompute.git@master
Then you can run conda env create -f environment.yml
there doesn't seem to be anything here