dev-php/web-token-jwt-library - 4.2.2 (nest)

Search

Install

Install this version:

emerge -a =dev-php/web-token-jwt-library-4.2.2

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

autounmask =dev-php/web-token-jwt-library-4.2.2

Or alternatively:

emerge --autounmask-write -a =dev-php/web-token-jwt-library-4.2.2

Package Information

Description:
PHP JWT Library
Homepage:
https://github.com/web-token/jwt-library
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.2.2 9 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

COMPOSER_INSTALL_PATH="Jose/Component"
COMPOSER_INSTALL_SRC="."
COMPOSER_VENDOR="web-token"
COMPOSER_PKG="${PN#${COMPOSER_VENDOR}-}"

inherit composer

DESCRIPTION="PHP JWT Library"
HOMEPAGE="https://github.com/web-token/jwt-library"
SRC_URI="https://github.com/web-token/${COMPOSER_PKG}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="test" # no tests

RDEPEND="dev-php/brick-math
	dev-php/spomky-labs-pki-framework
	dev-php/psr-clock"

DOCS=( README.md )

src_prepare() {
	composer_src_prepare

	edo rm -rf .github
}

Inherited Eclasses

Dependencies

RDEPEND

dev-php/brick-math
	dev-php/spomky-labs-pki-framework
	dev-php/psr-clock

Manifest for 4.2.2

Type File Size Source URLs
DIST web-token-jwt-library-4.2.2.tar.gz 79889 bytes https://github.com/web-token/jwt-library/archive/4.2.2.tar.gz