New comment by Clos3y on void-packages repository https://github.com/void-linux/void-packages/issues/50474#issuecomment-2127353908 Comment: Note that `xcp` calls itself ['beta level'](https://github.com/tarka/xcp/blob/6356af3453083bff0ff0dafe7632edccfd9312d0/README.md?plain=1#L13-L15), and per Void's guidelines, https://github.com/void-linux/void-packages/blob/713bf63ea1574037b921f93aca7a6d1137be0db5/CONTRIBUTING.md?plain=1#L29 so it is unlikely to be accepted, but here's a template ``` # Template file for 'xcp' pkgname=xcp version=0.20.4 revision=1 archs="x86_64" build_style=cargo short_desc="Extended cp" maintainer=" <>" license="GPL-3.0-or-later" homepage="https://github.com/tarka/xcp" distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz" checksum=adef8d29b48a8994c8c288c16c8d8cc73a73735a18b92ea223bf6aa953b4f874 ``` I've not been able to test every arch, but some of them won't build.