alr-repo/pnpm/lure.sh
2024-04-15 22:58:12 +03:00

20 lines
352 B
Bash

name=pnpm
version=8.15.7
pkgrel=2
pkgdesc='Fast, disk space efficient package manager'
arch=('amd64')
url=https://pnpm.io
license=('MIT')
depends=('node-gyp')
makedepends=('git' 'pnpm')
source=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64")
checksum=(SKIP)
build() {
cd ${srcfir}
}
package() {
cd ${srcfir}
}