diff --git a/net/Legcord/Portfile b/net/Legcord/Portfile index 5bc24a63a03c7..d7fa47bfa61b9 100644 --- a/net/Legcord/Portfile +++ b/net/Legcord/Portfile @@ -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 \ @@ -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 {