Open nullptr-deref opened 1 year ago
Will try it out a bit later.
Still, I can suggest a couple of changes for the PKGBUILD
file to let makepkg
build latest source (or whatever version selected) properly without user interference.
For thoses looking for a recent solution, use the latest
tag
go install github.com/burik666/yagostatus@latest
For more recent features (like env
arrays), use @master
I've tried to install yagostatus using
go install
and AUR.When trying to run
go install github.com/burik666/yagostatus
(go get
isn't supported outside of go modules nowadays, whatever it means) I get the following message:Before that I've tried to install it as an AUR package, but it doesn't work either. It halts because of issue in PKGBUILD (usage of
go get
). I've tried to fix it but had no success.