8.15.2
This commit is contained in:
parent
f2fe44c9b8
commit
5eeb00bfa6
10
pnpm/lure.sh
10
pnpm/lure.sh
@ -1,5 +1,5 @@
|
|||||||
name='pnpm'
|
name='pnpm'
|
||||||
version='9.0.4'
|
version='8.15.2'
|
||||||
release='2'
|
release='2'
|
||||||
desc='Fast, disk space efficient package manager'
|
desc='Fast, disk space efficient package manager'
|
||||||
homepage='https://pnpm.io'
|
homepage='https://pnpm.io'
|
||||||
@ -12,17 +12,11 @@ conflicts=('pnpm' 'pnpm-git')
|
|||||||
deps=('node-gyp')
|
deps=('node-gyp')
|
||||||
build_deps=('git')
|
build_deps=('git')
|
||||||
|
|
||||||
sources=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?~archive=false")
|
sources=("https://gitflic.ru/project/xpamych/npmp/release/fa83bc3c-892a-41fb-ab7b-7147df4a6d4b/1ab1138b-893e-4818-b8c6-b704f56e4f9e/download")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
mkdir ./pnpm-linux
|
|
||||||
cd ./pnpm-linux
|
|
||||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
|
||||||
cd ${srcdir}/pnpm
|
|
||||||
pnpm install --frozen-lockfile
|
|
||||||
pnpm run compile
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user