Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37880499
en ru br
ALT Linux repos
S:0.7.6-alt1

Group :: Development/Other
RPM: jid

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# SPDX-License-Identifier: GPL-2.0-only
%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict,lint=relaxed

Name: jid
Version: 0.7.6
Release: alt1
Summary: JSON incremental digger
License: MIT
Group: Development/Other
Url: https://github.com/simeji/jid/

Source: %name-%version.tar

BuildRequires(pre): rpm-build-golang
BuildRequires: golang

%description
You can drill down JSON interactively by using filtering queries like jq.
Suggestion and Auto completion of this tool will provide you a very
comfortable JSON drill down.

%prep
%setup

%build
cd cmd/jid
go build -x -v

%install
install -Dp cmd/jid/jid %buildroot%_bindir/jid

%files
%doc LICENSE ChangeLog README.md
%_bindir/jid

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin