Hi @npreining, welcome to Arch world and this is my feedback related to the PKGBUILD:
-
Is this commit remarkable
c187b1a5a432bad65a598dd8c47a072be8155f3b, since is not the latest commit from https://github.com/rigaya/NVEnc/commits/5.43, optionally, for example, we could use in general likesource=(git+$url.git#tag=v${pkgver}). Optionally, we could explicit set.git?#branch=<master | main | trunk | develop | etc>name. -
If we have a
variable=AAAA, we can later use${variable,,}to have lower case. -
For create a new directory specifying the permissions or install files inside, we could use the
installcomand, some examples here and here. -
More nice tips there.
Pinned Comments