app-text/epubgrep - 9999 (tastytea)

Search

Install

Install this version:

emerge -a =app-text/epubgrep-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/epubgrep-9999

Or alternatively:

emerge --autounmask-write -a =app-text/epubgrep-9999

Package Information

Description:
Search tool for EPUB e-books
Homepage:
https://schlomp.space/tastytea/epubgrep
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="Search tool for EPUB e-books"
HOMEPAGE="https://schlomp.space/tastytea/epubgrep"
EGIT_REPO_URI="https://schlomp.space/tastytea/epubgrep.git"

LICENSE="AGPL-3"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
	dev-libs/boost[nls]
	app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
	dev-libs/libfmt
	dev-libs/pugixml
"
DEPEND="
	${RDEPEND}
	dev-cpp/nlohmann_json
	dev-cpp/termcolor
	test? ( dev-cpp/catch )
"
BDEPEND="
	app-text/asciidoc
	sys-devel/gettext
"

src_configure() {
	local mycmakeargs=(
		"-DWITH_TESTS=$(usex test)"
		"-DFALLBACK_BUNDLED=NO"
	)

	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/epubgrep | euse -E <flag> -p app-text/epubgrep | euse -D <flag> -p app-text/epubgrep

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	dev-libs/boost[nls]
	app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
	dev-libs/libfmt
	dev-libs/pugixml

	dev-cpp/nlohmann_json
	dev-cpp/termcolor
	test? ( dev-cpp/catch )

RDEPEND

	dev-libs/boost[nls]
	app-arch/libarchive[bzip2,iconv,lzma,zlib(+)]
	dev-libs/libfmt
	dev-libs/pugixml

BDEPEND

	app-text/asciidoc
	sys-devel/gettext