app-misc/fastgron - 0.7.7 (zGentoo)

Search

Package Information

Description:
fastgron is a High-performance JSON to GRON (greppable, flattened JSON) converter
Homepage:
https://github.com/adamritter/fastgron
License:
GPL-3

Ebuild Details

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

inherit cmake

DESCRIPTION="${PN} is a High-performance JSON to GRON (greppable, flattened JSON) converter"
HOMEPAGE="https://github.com/adamritter/${PN}"
SRC_URI="https://github.com/adamritter/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"


LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="
	>=dev-util/cmake-3.5
"

src_prepare() {
	cmake_src_prepare
}

src_configure() {
	cmake_src_configure
}

src_install() {
    cmake_src_install
}

Dependencies

BDEPEND

	>=dev-util/cmake-3.5

Manifest for 0.7.7

Type File Size Source URLs
DIST fastgron-0.7.7.tar.gz 433325 bytes https://github.com/adamritter/fastgron/archive/refs/tags/v0.7.7.tar.gz