25 lines
534 B
Bash
25 lines
534 B
Bash
name='pnpm'
|
|
version='8.15.2'
|
|
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=('node-gyp')
|
|
build_deps=('git')
|
|
|
|
sources=("https://gitflic.ru/project/xpamych/npmp/release/fa83bc3c-892a-41fb-ab7b-7147df4a6d4b/1ab1138b-893e-4818-b8c6-b704f56e4f9e/download")
|
|
checksums=('SKIP')
|
|
|
|
build() {
|
|
cd ${srcdir}
|
|
}
|
|
|
|
package() {
|
|
cd ${srcdir}
|
|
}
|