Install this version:
emerge -a =app-misc/go-yq-bin-4.53.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/go-yq-bin-4.53.2
Or alternatively:
emerge --autounmask-write -a =app-misc/go-yq-bin-4.53.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.53.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker
DESCRIPTION="yq is a portable command-line YAML, JSON and XML processor"
HOMEPAGE="https://github.com/mikefarah/yq"
MY_PN="yq_linux_amd64"
SRC_URI="https://github.com/mikefarah/yq/releases/download/v${PV}/${MY_PN}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="!app-misc/yq"
QA_PREBUILT="*"
src_install() {
doman yq.1
newbin ${MY_PN} yq
}
!app-misc/yq
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | go-yq-bin-4.53.2.tar.gz | 5493468 bytes | https://github.com/mikefarah/yq/releases/download/v4.53.2/yq_linux_amd64.tar.gz |