dev-libs/msgpuck - 2.0 (tarantool)

Search

Package Information

Description:
Lightweight MessagePack library
Homepage:
https://github.com/tarantool/msgpuck
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
2.0 7 2
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Lightweight MessagePack library"
HOMEPAGE="https://github.com/tarantool/msgpuck"

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	KEYWORDS=""
	EGIT_REPO_URI="https://github.com/tarantool/msgpuck"
else
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://github.com/tarantool/msgpuck/archive/${PV}.tar.gz -> ${PF}.tar.gz"
fi
RESTRICT="mirror"

LICENSE="BSD-2"
SLOT="2"
IUSE=""