That need to be answered by @joekamprad he created that .
I’m creating a PKGBUILD for something I’ve been doing for the last few days. I’m a bit confused between url and source.
Do I need to have a similar source url to the one in the PKGBUILD I shared?
Or just having the url pointing to my GitHub repository is enough?
I’m confused by the ${_pkgname}.::git+https://github.com/EndeavourOS-Community-Editions/${_pkgname}.git address format. Specifically ${_pkgname}.::git+https: part.
How does `${_pkgname}.::git+https:` this par work?
Just having the git `https://github.com/s4ndm4n82/eos-awesome-ce.git` not going to work?
NOTE: I know the ${_pkgname} is a variable defined at the start.
if it fetches the “source” directly from a git branch it does noit use a tarball file that could be checksummed so it skips to do so.
Not sure if it is needed to add this but from my knowledge it will fail on building package if the line is not there?
==> ERROR: Integrity checks are missing for: source
There are lots of different ways to create a PKGBUILD. I would recommend one that does something similar to what you are trying to do and using that as a base.