dev-util/pnpm-bin - 9.15.9 (konsolebox)

Search

Package Information

Description:
Fast, disk space efficient package manager
Homepage:
https://pnpm.io/
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="Fast, disk space efficient package manager"
HOMEPAGE="https://pnpm.io/"

MY_PV=${PV/_alpha/-alpha.} MY_PV=${MY_PV/_beta/-beta.}

SRC_URI="
	arm64? ( https://github.com/pnpm/pnpm/releases/download/v${MY_PV}/pnpm-linux-arm64 -> ${P}-arm64 )
	amd64? ( https://github.com/pnpm/pnpm/releases/download/v${MY_PV}/pnpm-linux-x64 -> ${P}-amd64 )
"

S=${WORKDIR}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
REQUIRED_USE="^^ ( amd64 arm64 )"
RESTRICT="mirror strip"
RDEPEND="!dev-util/pnpm"

src_install() {
	# Install as pnpm because of https://github.com/pnpm/pnpm/issues/8855
	# Adding a symlink isn't enough.  'pnpm setup' still names the copy as pnpm-bin.
	newbin "${DISTDIR}/${A}" pnpm
}

Dependencies

RDEPEND

!dev-util/pnpm

Manifest for 9.15.9

Type File Size Source URLs
DIST pnpm-bin-9.15.9-amd64 67209462 bytes https://github.com/pnpm/pnpm/releases/download/v${MY_PV/_beta/-beta.}/pnpm-linux-x64
DIST pnpm-bin-9.15.9-arm64 63234814 bytes https://github.com/pnpm/pnpm/releases/download/v${MY_PV/_beta/-beta.}/pnpm-linux-arm64