Package Details: weatherreport 1.2.0-2

Git Clone URL: https://aur.archlinux.org/weatherreport.git (read-only, click to copy)
Package Base: weatherreport
Description: A command line tool to get the current weather conditions.
Upstream URL: https://gitlab.com/chrisfair/weatherreport
Licenses: GPL
Submitter: quenyen
Maintainer: quenyen
Last Packager: quenyen
Votes: 0
Popularity: 0.000000
First Submitted: 2020-05-05 05:16 (UTC)
Last Updated: 2020-05-09 02:44 (UTC)

Latest Comments

rwd2 commented on 2023-04-28 16:00 (UTC) (edited on 2023-04-28 16:02 (UTC) by rwd2)

Build fails with:

go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.

(see https://pastebin.com/64UhujNt )

I tried changing the lines with 'go get' in the MAKEPKG file to:

go install github.com/mmcdole/gofeed@latest
go install github.com/araddon/dateparse@latest
go install gitlab.com/chrisfair/accuweather@latest

But then I got

package github.com/mmcdole/gofeed is not a main package