Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37879082
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: jid

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin