pnpm
This commit is contained in:
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}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user