This commit is contained in:
2024-04-15 23:03:41 +03:00
parent cd6790028d
commit 991c07df71

View File

@ -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)