50
This commit is contained in:
@ -9,14 +9,14 @@ license=('MIT')
|
||||
provides=('pnpm')
|
||||
conflicts=('pnpm' 'pnpm-git')
|
||||
|
||||
build_deps=('git')
|
||||
build_deps=('npm')
|
||||
|
||||
source=("https://github.com/pnpm/pnpm/archive/refs/tags/v8.15.7.tar.gz")
|
||||
source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz")
|
||||
checksum=('SKIP')
|
||||
|
||||
build() {
|
||||
cd ${srcfir}
|
||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||
mkdir ~/.npm
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Reference in New Issue
Block a user