sys-apps/pnpm-bin - 10.19.0 (guru)

Search

Install

Install this version:

emerge -a =sys-apps/pnpm-bin-10.19.0

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

autounmask =sys-apps/pnpm-bin-10.19.0

Or alternatively:

emerge --autounmask-write -a =sys-apps/pnpm-bin-10.19.0

Package Information

Description:
Fast, disk space efficient package manager, alternative to npm and yarn
Homepage:
https://pnpm.io
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="Fast, disk space efficient package manager, alternative to npm and yarn"
HOMEPAGE="https://pnpm.io"
SRC_URI="
	amd64? ( https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-x64 -> ${P}-amd64 )
	arm64? ( https://github.com/pnpm/pnpm/releases/download/v${PV}/pnpm-linux-arm64 -> ${P}-arm64 )
"

S="${WORKDIR}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"

RESTRICT="strip"

RDEPEND="!net-libs/nodejs[corepack]"

QA_PREBUILT="usr/bin/pnpm"

src_install() {
	newbin "${DISTDIR}/${P}-${ARCH}" pnpm
}

Dependencies

RDEPEND

!net-libs/nodejs[corepack]

Manifest for 10.19.0

Type File Size Source URLs
DIST pnpm-bin-10.19.0-amd64 65887453 bytes https://github.com/pnpm/pnpm/releases/download/v10.19.0/pnpm-linux-x64
DIST pnpm-bin-10.19.0-arm64 61912813 bytes https://github.com/pnpm/pnpm/releases/download/v10.19.0/pnpm-linux-arm64