Package Details: perfops-cli 0.8.2-1

Git Clone URL: https://aur.archlinux.org/perfops-cli.git (read-only, click to copy)
Package Base: perfops-cli
Description: A simple command line tool to interact with hundreds of servers around the world. Run benchmarks and debug your infrastructure without leaving your console.
Upstream URL: https://perfops.net
Licenses: Apache
Submitter: osbeck
Maintainer: osbeck
Last Packager: osbeck
Votes: 0
Popularity: 0.000000
First Submitted: 2018-05-14 18:41 (UTC)
Last Updated: 2021-11-21 07:54 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

osbeck commented on 2018-07-09 14:49 (UTC)

Added.

Thanks!

bjo commented on 2018-07-09 13:59 (UTC)

But if someone wants to use the PKGBUILD and has no GOPATH set it fails, I think.

osbeck commented on 2018-07-09 13:51 (UTC) (edited on 2018-07-09 13:53 (UTC) by osbeck)

Yes,

"go env" gives: GOPATH="/home/perosb/go"

Edit: just pasted gopath since I don't know how to do code blocks in comments ;)

bjo commented on 2018-07-09 13:43 (UTC)

Hm, do you have a GOPATH set?

osbeck commented on 2018-07-09 13:31 (UTC)

Strange. Tried it but two different installations and it works like it should.

bjo commented on 2018-07-08 20:13 (UTC)

It builds if you put

mkdir -p "src/github.com/ProspectOne"
ln -sf "$srcdir/$pkgname" "src/github.com/ProspectOne/$pkgname"

into prepare()

and run the build-script with GOPATH="$srcdir"

bjo commented on 2018-07-08 12:27 (UTC) (edited on 2018-07-08 12:27 (UTC) by bjo)

Does not build:

==> Starting build()...
Building for linux/amd64
main.go:19:2: cannot find package "github.com/ProspectOne/perfops-cli/cmd" in any of:
    /usr/lib/go/src/github.com/ProspectOne/perfops-cli/cmd (from $GOROOT)
    /home/bjo/go/src/github.com/ProspectOne/perfops-cli/cmd (from $GOPATH)
==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build perfops-cli package(s)