pnpm
This commit is contained in:
21
pnpm/lure.sh
21
pnpm/lure.sh
@ -1,12 +1,17 @@
|
|||||||
name=pnpm
|
name='pnpm'
|
||||||
version=8.15.7
|
version='8.15.7'
|
||||||
pkgrel=2
|
release='2'
|
||||||
pkgdesc='Fast, disk space efficient package manager'
|
desc='Fast, disk space efficient package manager'
|
||||||
arch=('amd64')
|
homepage='https://pnpm.io'
|
||||||
url=https://pnpm.io
|
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
|
architectures=('amd64')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('node-gyp')
|
provides=('pnpm')
|
||||||
makedepends=('git' 'pnpm')
|
conflicts=('pnpm' 'pnpm-git')
|
||||||
|
|
||||||
|
deps=('node-gyp')
|
||||||
|
build_deps=('git')
|
||||||
|
|
||||||
source=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64")
|
source=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64")
|
||||||
checksum=(SKIP)
|
checksum=(SKIP)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user