dev-php/pecl-snappy - 0.2.1 (php-overlay)

Search

Install

Install this version:

emerge -a =dev-php/pecl-snappy-0.2.1

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

autounmask =dev-php/pecl-snappy-0.2.1

Or alternatively:

emerge --autounmask-write -a =dev-php/pecl-snappy-0.2.1

Package Information

Description:
PHP wrapper for snappy
Homepage:
https://github.com/kjdev/php-ext-snappy
License:
PHP-3

Ebuild Details

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

EAPI="8"

MY_PV="${PV/rc/RC}"

USE_PHP="php7-4 php8-0 php8-1 php8-2 php8-3"

inherit php-ext-pecl-r3

KEYWORDS="~amd64 ~x86 ~arm64"

PHP_EXT_NAME="snappy"

DESCRIPTION="PHP wrapper for snappy"
HOMEPAGE="https://github.com/kjdev/php-ext-snappy"
LICENSE="PHP-3"
SLOT="0"

SRC_URI="https://github.com/kjdev/php-ext-snappy/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/php-ext-snappy-${PV}"
PHP_EXT_S="${S}"

DEPEND="app-arch/snappy"
RDEPEND="${DEPEND}"

PHP_EXT_ECONF_ARGS="--with-snappy-includedir=/usr"

Inherited Eclasses

Dependencies

DEPEND

app-arch/snappy

RDEPEND

app-arch/snappy

Manifest for 0.2.1

Type File Size Source URLs
DIST pecl-snappy-0.2.1.tar.gz 14323 bytes https://github.com/kjdev/php-ext-snappy/archive/0.2.1.tar.gz