app-misc/jsqry-cli2-bin - 0.1.2 (nest)

Search

Package Information

Description:
CLI tool (similar to jq) to query JSON using sane DSL
Homepage:
https://github.com/jsqry/jsqry-cli2
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.2 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="CLI tool (similar to jq) to query JSON using sane DSL"
HOMEPAGE="https://github.com/jsqry/jsqry-cli2"
SRC_URI="https://github.com/jsqry/jsqry-cli2/releases/download/v${PV}/jsqry-linux-amd64"
S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

src_unpack() { :; }

src_install() {
	newbin "${DISTDIR}"/'${A}' jsqry
}

Manifest for 0.1.2

Type File Size Source URLs
DIST jsqry-linux-amd64 667504 bytes https://github.com/jsqry/jsqry-cli2/releases/download/v0.1.2/jsqry-linux-amd64