Skip to content

add: pnpm-bin - #9306

Open
tatsumoto-ren wants to merge 2 commits into
pacstall:masterfrom
tatsumoto-ren:pnpm
Open

add: pnpm-bin#9306
tatsumoto-ren wants to merge 2 commits into
pacstall:masterfrom
tatsumoto-ren:pnpm

Conversation

@tatsumoto-ren

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot added the Package Add Use this to request a package to be added label Aug 25, 2026
arch=("amd64" "arm64")
maintainer=("Ren Tatsumoto <tatsu@autistici.org>")
pkgdesc="Fast, disk space efficient package manager - standalone binary"
url="https://pnpm.io"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
url="https://pnpm.io"
url='https://pnpm.io'

pkgver="11.24.0"
arch=("amd64" "arm64")
maintainer=("Ren Tatsumoto <tatsu@autistici.org>")
pkgdesc="Fast, disk space efficient package manager - standalone binary"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pkgdesc="Fast, disk space efficient package manager - standalone binary"
pkgdesc="Fast, disk space efficient package manager"

Comment on lines +13 to +29

source=("LICENSE::https://raw.githubusercontent.com/pnpm/pnpm/v${pkgver}/LICENSE")
sha256sums=("4b8e2a57502758b2d034ece9cabf19dd098c5609003ed8dbdafd085274f25bd9")

source_amd64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-x64.tar.gz"
)
sha256sums_amd64=(
"0a9b76dedb5fe8cc5e7f3a9fd70854181cfb08a487ebaf0c9cfb044dc860936c"
)

source_arm64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-arm64.tar.gz"
)
sha256sums_arm64=(
"52f9cd410ef3bbb1cdd79c399b27772fa6d929bc3cf7c80ff3923a81e1c93be3"
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
source=("LICENSE::https://raw.githubusercontent.com/pnpm/pnpm/v${pkgver}/LICENSE")
sha256sums=("4b8e2a57502758b2d034ece9cabf19dd098c5609003ed8dbdafd085274f25bd9")
source_amd64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-x64.tar.gz"
)
sha256sums_amd64=(
"0a9b76dedb5fe8cc5e7f3a9fd70854181cfb08a487ebaf0c9cfb044dc860936c"
)
source_arm64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-arm64.tar.gz"
)
sha256sums_arm64=(
"52f9cd410ef3bbb1cdd79c399b27772fa6d929bc3cf7c80ff3923a81e1c93be3"
)
source=("LICENSE::https://raw.githubusercontent.com/pnpm/pnpm/v${pkgver}/LICENSE")
sha256sums=("4b8e2a57502758b2d034ece9cabf19dd098c5609003ed8dbdafd085274f25bd9")
source_amd64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-x64.tar.gz"
)
sha256sums_amd64=(
"0a9b76dedb5fe8cc5e7f3a9fd70854181cfb08a487ebaf0c9cfb044dc860936c"
)
source_arm64=(
"https://github.com/pnpm/pnpm/releases/download/v${pkgver}/pnpm-linux-arm64.tar.gz"
)
sha256sums_arm64=(
"52f9cd410ef3bbb1cdd79c399b27772fa6d929bc3cf7c80ff3923a81e1c93be3"
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Package Add Use this to request a package to be added

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants