1
This commit is contained in:
@ -9,14 +9,17 @@ license=('MIT')
|
||||
provides=('pnpm')
|
||||
conflicts=('pnpm' 'pnpm-git')
|
||||
|
||||
source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?signed")
|
||||
source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}")
|
||||
checksum=('SKIP')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
wget https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64
|
||||
|
||||
chmod +x pnpm-linux-x64
|
||||
pnpm-linux-x64 setup --force
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user