This commit is contained in:
2024-04-20 12:13:59 +03:00
parent d2ebc37834
commit e7f7a0b4b9
2 changed files with 5 additions and 35 deletions

View File

@ -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}
}