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