| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.2 | 8 | ~amd64 | 0 |
# 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
}
| 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 |