app-misc/hq - 9999 (nest)

Search

Package Information

Description:
A HTML processor inspired by jq
Homepage:
https://github.com/coderobe/hq
License:
AGPL-3

Ebuild Details

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

EAPI=8

inherit git-r3 meson

DESCRIPTION="A HTML processor inspired by jq"
HOMEPAGE="https://github.com/coderobe/hq"
EGIT_REPO_URI="https://github.com/coderobe/${PN}.git"

LICENSE="AGPL-3"
SLOT="0"

RDEPEND="dev-libs/libfmt:=
	dev-libs/modest"
BDEPEND="virtual/pkgconfig"

src_install() {
	default
	dobin "${S}"-build/hq
}

Dependencies

RDEPEND

dev-libs/libfmt:=
	dev-libs/modest

BDEPEND

virtual/pkgconfig