alr-repo/pnpm/lure.sh
2024-04-15 23:04:30 +03:00

25 lines
463 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')
#deps=()
build_deps=('git')
source=("https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64")
checksum=(SKIP)
build() {
cd ${srcfir}
}
package() {
cd ${srcfir}
}