New issue by Boebbele on void-packages repository https://github.com/void-linux/void-packages/issues/28258 Description: TrebleShot is an open-source application that allows you to send and receive files without an internet connection. The Trebleshot-Android-App ist also stored in F-Droid-Store. I tried with this template file: ``` # Template file for 'trebleshot' pkgname=trebleshot version=0.1.0alpha2 revision=1 archs="x86_64" wrksrc="desktop-0.1.0-alpha2" build_style=gnu-configure hostmakedepends="pkg-config intltool" makedepends="cmake" depends="qt5 kdnssd" short_desc="A multi-platform file-sharing tool" maintainer="" license="GPL-2" homepage="https://github.com/trebleshot" distfiles="https://github.com/trebleshot/desktop/archive/0.1.0-alpha2.tar.gz" checksum=8343658d59f183078ab0a706689c1d8362e7ea924f3f0ee4a981c5cc6f55aaa7 ``` But it ending with this Error: `=> ERROR: trebleshot-0.1.0alpha2_1: cannot access wrksrc directory [/builddir/trebleshot-0.1.0alpha2]` Please, can someone fix it?