mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
12 lines
499 B
Groff
12 lines
499 B
Groff
DEFINED_PHASES=install
|
|
DESCRIPTION=Fast, disk space efficient package manager, alternative to npm and yarn
|
|
EAPI=8
|
|
HOMEPAGE=https://pnpm.io
|
|
KEYWORDS=-* ~amd64 ~arm64
|
|
LICENSE=MIT
|
|
RDEPEND=!net-libs/nodejs[corepack]
|
|
RESTRICT=strip
|
|
SLOT=0
|
|
SRC_URI=amd64? ( https://github.com/pnpm/pnpm/releases/download/v10.33.2/pnpm-linux-x64 -> pnpm-bin-10.33.2-amd64 ) arm64? ( https://github.com/pnpm/pnpm/releases/download/v10.33.2/pnpm-linux-arm64 -> pnpm-bin-10.33.2-arm64 )
|
|
_md5_=28c204b79bbf40ee013a2aed7c7d8799
|