dev-libs/streamhtmlparser - 0.1 (flewkey-overlay)

Search

Package Information

Homepage:
https://github.com/google/streamhtmlparser
License:
BSD

Ebuild Details

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

EAPI=8

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/google/streamhtmlparser.git"
else
	SRC_URI="https://github.com/google/${PN}/archive/${P}.tar.gz"
	KEYWORDS="~amd64"
	MY_P=${PN}-${P}
	S="${WORKDIR}/${MY_P}"
fi

DESCRIPTION="Scan an HTML stream and provide context"
HOMEPAGE="https://github.com/google/streamhtmlparser"
LICENSE="BSD"
SLOT="0"

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

Manifest for 0.1

Type File Size Source URLs
DIST streamhtmlparser-0.1.tar.gz 416918 bytes https://github.com/google/streamhtmlparser/archive/streamhtmlparser-0.1.tar.gz