Package Details: jid 0.7.6-1

Git Clone URL: https://aur.archlinux.org/jid.git (read-only, click to copy)
Package Base: jid
Description: JSON incremental digger (Go installer)
Upstream URL: https://github.com/simeji/jid
Licenses: MIT
Submitter: notdodo
Maintainer: notdodo
Last Packager: notdodo
Votes: 5
Popularity: 0.000000
First Submitted: 2016-12-20 14:49 (UTC)
Last Updated: 2019-05-23 08:51 (UTC)

Dependencies (2)

Required by (0)

Sources (0)

Latest Comments

hype-vhs commented on 2023-12-09 23:19 (UTC)

@notdodo Please edit the PKGBUILD to run this, instead of go get:

  GOPATH="$srcdir" go install -v ${_gourl}@latest

Zebradil commented on 2022-06-19 10:37 (UTC)

Build step fails with the following error:

==> Starting build()...
go: -fix flag is a no-op when using modules
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'.

<deleted-account> commented on 2017-02-04 02:56 (UTC)

One more thing, go should not be a runtime dependency. -depends=('go')

<deleted-account> commented on 2017-02-04 02:54 (UTC)

There are two issues with this PKGBUILD. * Needs to specify the build dependencies. +makedepends=('go' 'git') * Any is the wrong architecture. -arch=('any') +arch=('i686' 'x86_64')