EDIT: I have added some changes, take a look at them if you want.
As far as I know, strip is responsible for compressing stuff after packaging, so generally it should be left on unless it causes issues (generally the app not starting).
Conflicts and provides are added to apps other than standard, so -bin
, -git
, etc.:
conflicts=($_pkgname)
provides=($_pkgname)
And groups=('')
is not useful in this case.
Pinned Comments
Frousties commented on 2022-10-31 13:21 (UTC)
This is my first package, please tell me if there's anything I should do to improve the PKGBUILD, thanks