# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module-fem

DESCRIPTION="Command-line XML beautifier and content extractor"
HOMEPAGE="https://github.com/sibprogrammer/xq"
SRC_URI="
	https://github.com/sibprogrammer/xq/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	${GO_FEM_SRC_URI}
"

LICENSE="BSD MIT Apache-2.0 MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

BDEPEND="
	>=dev-lang/go-1.25
"

src_install() {
	go-module-fem_src_install
	newman docs/xq.man xq.1
}