mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
11 lines
460 B
Plaintext
11 lines
460 B
Plaintext
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
|
|
RESTRICT=strip
|
|
SLOT=0
|
|
SRC_URI=amd64? ( https://github.com/pnpm/pnpm/releases/download/v10.2.0/pnpm-linux-x64 -> pnpm-bin-10.2.0-amd64 ) arm64? ( https://github.com/pnpm/pnpm/releases/download/v10.2.0/pnpm-linux-arm64 -> pnpm-bin-10.2.0-arm64 )
|
|
_md5_=d65afe9b463794244464d7b3f1c1a454
|