app-misc/jo - 1.9 (gentoo)

Search

Package Information

Description:
JSON output from a shell
Homepage:
https://github.com/jpmens/jo
License:
GPL-2+ MIT

Ebuild Details

Version EAPI Keywords Slot
1.9 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="JSON output from a shell"
HOMEPAGE="https://github.com/jpmens/jo"
SRC_URI="https://github.com/jpmens/jo/releases/download/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-2+ MIT"
SLOT="0"
KEYWORDS="~amd64"

DOCS=(
	AUTHORS
	README
)

PATCHES=(
	"${FILESDIR}/jo-1.9-bashcomp.patch"
)

src_prepare() {
	default
	eautoreconf
}

Manifest for 1.9

Type File Size Source URLs
DIST jo-1.9.gh.tar.gz 200414 bytes https://github.com/jpmens/jo/releases/download/1.9/jo-1.9.tar.gz