alr-repo/pnpm/lure.sh
2024-04-17 00:57:10 +03:00

25 lines
449 B
Bash

name='pnpm'
version='8.15.7'
release='2'
desc='Fast, disk space efficient package manager'
homepage='https://pnpm.io'
maintainer="Евгений Храмов <xpamych@yandex.ru>"
architectures=('amd64')
license=('MIT')
provides=('pnpm')
conflicts=('pnpm' 'pnpm-git')
build_deps=('npm')
source=("https://github.com/pnpm/pnpm/archive/refs/tags/v${version}.tar.gz")
checksum=('SKIP')
build() {
mkdir ~/.npm
}
package() {
cd ${srcfir}
}