I reported a bug in Budgie, and was asked to make a source code change, recompile and install (thus replacing the eopkg
-installed budgie).
I want instead to create a package with the patched budgie, which would be a local checkout in my HDD, install that and then, once testing is done, revert to budgie from the repo.
However, I'm not sure what I can write in package.yml
so that solbuild
sees my local checkout.
As far as I know, package.yml
expects a link to a tarball...