dev-php/msgpack-php - 2.2.0 (mva)

Search

Install

Install this version:

emerge -a =dev-php/msgpack-php-2.2.0

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

autounmask =dev-php/msgpack-php-2.2.0

Or alternatively:

emerge --autounmask-write -a =dev-php/msgpack-php-2.2.0

Package Information

Description:
API for communicating with MessagePack serialization
Homepage:
https://msgpack.org/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.2.0 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

PHP_EXT_NAME="${PN%%-php}"
PHP_EXT_PECL_PKG="${PHP_EXT_NAME}"
USE_PHP="php8-2 php8-3 php8-4"
DOCS=( README.md )

inherit php-ext-source-r3

if [[ ${PV} == 9999 ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/${PHP_EXT_NAME}/${PN}"
else
	if [[ "${PV}" == *_rc* ]]; then
		PHP_EXT_PECL_A="${PHP_EXT_PECL_PKG}-${PV//_rc/RC}"
	else
		PHP_EXT_PECL_A="${PHP_EXT_PECL_PKG}-${PV//_/}"
	fi
	SRC_URI="https://pecl.php.net/get/${PHP_EXT_PECL_A}.tgz"
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
	PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_A}"
	S="${PHP_EXT_S}"
fi

DESCRIPTION="API for communicating with MessagePack serialization"
HOMEPAGE="https://msgpack.org/"

LICENSE="BSD"
SLOT="0"

DEPEND="dev-lang/php:*"
RDEPEND="${DEPEND}"

Inherited Eclasses

Dependencies

DEPEND

dev-lang/php:*

RDEPEND

dev-lang/php:*

Manifest for 2.2.0

Type File Size Source URLs
DIST msgpack-2.2.0.tgz 127564 bytes https://pecl.php.net/get/msgpack-2.2.0.tgz