app-misc/go-yq-bin - 4.52.5 (gentoo-zh)

Search

Package Information

Description:
yq is a portable command-line YAML, JSON and XML processor
Homepage:
https://github.com/mikefarah/yq
License:
MIT

Ebuild Details

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

Dependencies

RDEPEND

!app-misc/yq

Manifest for 4.52.5

Type File Size Source URLs
DIST go-yq-bin-4.52.5.tar.gz 5452179 bytes https://github.com/mikefarah/yq/releases/download/v4.52.5/yq_linux_amd64.tar.gz