Package Details: jsonpp-git 46.7bc0743-2

Git Clone URL: https://aur.archlinux.org/jsonpp-git.git (read-only, click to copy)
Package Base: jsonpp-git
Description: Simple command line JSON pretty printer. Written on Go.
Upstream URL: http://jmhodges.github.io/jsonpp/
Licenses: custom
Conflicts: jsonpp
Provides: jsonpp
Submitter: krevedko
Maintainer: krevedko
Last Packager: krevedko
Votes: 2
Popularity: 0.000000
First Submitted: 2015-09-01 13:36 (UTC)
Last Updated: 2021-01-04 20:20 (UTC)

Dependencies (2)

Required by (0)

Sources (0)

Latest Comments

thx1138 commented on 2022-07-30 19:38 (UTC)

...
==> 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'.
==> ERROR: A failure occurred in build().
...

krevedko commented on 2021-01-04 20:24 (UTC)

@disastro It is a git package. go get internally calls git clone. pkgver() now fixed in quick-n-dirty way, because jsonpp development stopped by now, and there are no reasons to spend much time here.

disastro commented on 2020-12-19 10:51 (UTC)

Don't think this package is correct at all. It claims to be a -git package but isn't, version results in "null" when it never should and makepkg should be fetching the sources, not "go get". Maybe revisit this after years?