New review comment by unspecd on void-packages repository https://github.com/void-linux/void-packages/pull/25526#discussion_r559612911 Comment: > why don't you fetch https://github.com/muse-sequencer/muse/archive/muse_3_1_1.tar.gz This archive has a different directory structure (also notice the directory name)\: ```sh $ ll masterdir/builddir/muse-muse_3_1_1/ total 260K -rw-r--r-- 1 evg evg 1.1K Jul 18 2020 README.md drwxr-xr-x 23 evg evg 4.0K Jul 18 2020 muse3 -rw-r--r-- 1 evg evg 249K Jul 18 2020 muse_arranger_mixer.png ``` So I had to set `wrksrc`: ```sh wrksrc="muse-muse_${version//[-.]/_}" ``` But in any case, an error like this occurs: ``` => muse-3.1.1_1: running do_configure ... CMake Error: The source directory "/builddir/muse-muse_3_1_1" does not appear to contain CMakeLists.txt. ``` To me, this will complicate things. So what is your opinion?