This commit is contained in:
Евгений Храмов 2024-04-20 12:02:47 +03:00
parent c84a1971f3
commit 32b68cf8ea

@ -11,14 +11,14 @@ conflicts=('pnpm' 'pnpm-git')
build_deps=('npm') build_deps=('npm')
source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz") source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?signed")
checksum=('SKIP') checksum=('SKIP')
build() { build() {
mkdir ~/.npm cd ${srcfir}
} }
package() { package() {
cd ${srcfir} cd ${srcfir}
} }