This commit is contained in:
Евгений Храмов 2024-04-20 12:09:58 +03:00
parent bc438900c2
commit d2ebc37834

@ -13,10 +13,10 @@ source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?signed")
checksum=('SKIP') checksum=('SKIP')
build() { build() {
cd ${srcfir} cd ${srcdir}
wget https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64 wget https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64
} }
package() { package() {
cd ${srcfir} cd ${srcdir}
} }