app-misc/hq - 3.2 (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
3.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit meson

DESCRIPTION="A HTML processor inspired by jq"
HOMEPAGE="https://github.com/coderobe/hq"
SRC_URI="https://github.com/coderobe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

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

Manifest for 3.2

Type File Size Source URLs
DIST hq-3.2.tar.gz 17155 bytes https://github.com/coderobe/hq/archive/3.2.tar.gz