dev-libs/bincookie - 0.1.9 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-libs/bincookie-0.1.9

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

autounmask =dev-libs/bincookie-0.1.9

Or alternatively:

emerge --autounmask-write -a =dev-libs/bincookie-0.1.9

Package Information

Description:
Library to parse Apple's binarycookies format.
Homepage:
https://github.com/Tatsh/bincookie
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.9 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit cmake

DESCRIPTION="Library to parse Apple's binarycookies format."
HOMEPAGE="https://github.com/Tatsh/bincookie"
SRC_URI="https://github.com/Tatsh/bincookie/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="doc test +tools"
RESTRICT="!test? ( test )"

BDEPEND="doc? ( app-text/doxygen media-gfx/graphviz )
	test? ( dev-util/cmocka )"

src_configure() {
	mycmakeargs=(
		"-DWITH_DOCS=$(usex doc)"
		"-DWITH_EXAMPLES=$(usex tools)"
		"-DWITH_TESTS=$(usex test)"
	)
	cmake_src_configure
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-libs/bincookie | euse -E <flag> -p dev-libs/bincookie | euse -D <flag> -p dev-libs/bincookie

Global/Standard Flags

doc
tools
Default: Enabled (+)

Inherited Eclasses

Dependencies

BDEPEND

doc? ( app-text/doxygen media-gfx/graphviz )
	test? ( dev-util/cmocka )

Manifest for 0.1.9

Type File Size Source URLs
DIST bincookie-0.1.9.tar.gz 1131533 bytes https://github.com/Tatsh/bincookie/archive/v0.1.9.tar.gz