Skip to content

legcord: update to 1.1.4 #28335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions net/Legcord/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
PortSystem 1.0
PortGroup github 1.0

github.setup Legcord Legcord 1.1.0 v
github.setup Legcord Legcord 1.1.4 v
github.tarball_from archive

categories net
maintainers {@akierig fastmail.de:akierig} openmaintainer
revision 0

checksums rmd160 766035c29939b33f4e67d8fe5b867f8d43d85809 \
sha256 ca3517df1992f7eed9bebe6d2f29d7ba0672e9e60a1eed70ed206fc2d069562c \
size 3275508
checksums rmd160 39cb251c6e984437b33b030e20d5c98005a26fe7 \
sha256 8287b7d895d726f969989fc3211c53fcfbaf7f1e3882303fe6243ee162476969 \
size 3283365

description lightweight alternative to the regular Discord application
long_description ${name} is a {*}${description}. It wraps the Discord web \
Expand All @@ -24,14 +24,15 @@ supported_archs arm64
platforms {darwin any}
license OSL-3.0

depends_build port:pnpm
depends_build port:npm10 \
port:pnpm

use_configure no

build {
system -W ${worksrcpath} "pnpm install"
system -W ${worksrcpath} "pnpm run build"
system -W ${worksrcpath} "node_modules/.bin/electron-builder -m zip"
system -W ${worksrcpath} "node_modules/.bin/electron-builder --dir"
}

destroot {
Expand Down
Loading