diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-24 09:21:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-11-24 09:21:48 +0000 |
| commit | ecce8df2280c031fd627320cc74013ded02ad10f (patch) | |
| tree | fecf43915603c271ef77d538033253725439c1c4 /dev-php/igbinary | |
| parent | bc144aeed8fd9cf9c997357015eeaac9a8d85248 (diff) | |
| download | baldeagleos-repo-ecce8df2280c031fd627320cc74013ded02ad10f.tar.gz baldeagleos-repo-ecce8df2280c031fd627320cc74013ded02ad10f.tar.xz baldeagleos-repo-ecce8df2280c031fd627320cc74013ded02ad10f.zip | |
Adding metadata
Diffstat (limited to 'dev-php/igbinary')
| -rw-r--r-- | dev-php/igbinary/igbinary-3.2.6-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-php/igbinary/igbinary-3.2.6-r1.ebuild b/dev-php/igbinary/igbinary-3.2.6-r1.ebuild new file mode 100644 index 000000000000..eecc1a37e244 --- /dev/null +++ b/dev-php/igbinary/igbinary-3.2.6-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PHP_EXT_NAME="${PN}" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS=( CREDITS NEWS README.md ) +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) + +USE_PHP="php7-3 php7-4 php8-0 php8-1" + +inherit php-ext-source-r3 + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" |
