app-admin/xq - 1.4.0 (fem-overlay)

Search

Install

Install this version:

emerge -a =app-admin/xq-1.4.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/xq-1.4.0

Or alternatively:

emerge --autounmask-write -a =app-admin/xq-1.4.0

Package Information

Description:
Command-line XML beautifier and content extractor
Homepage:
https://github.com/sibprogrammer/xq
License:
BSD MIT Apache-2.0 MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.4.0 8 ~amd64 ~x86 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-lang/go-1.25

Manifest for 1.4.0

Type File Size Source URLs
DIST xq-1.4.0.tar.gz 157816 bytes https://github.com/sibprogrammer/xq/archive/refs/tags/v1.4.0.tar.gz