File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
PortSystem 1.0
4
4
PortGroup github 1.0
5
5
6
- github.setup Legcord Legcord 1.1.0 v
6
+ github.setup Legcord Legcord 1.1.3 v
7
7
github.tarball_from archive
8
8
9
9
categories net
10
10
maintainers {@akierig fastmail.de:akierig} openmaintainer
11
11
revision 0
12
12
13
- checksums rmd160 766035c29939b33f4e67d8fe5b867f8d43d85809 \
14
- sha256 ca3517df1992f7eed9bebe6d2f29d7ba0672e9e60a1eed70ed206fc2d069562c \
15
- size 3275508
13
+ checksums rmd160 f335dac63991729a701a697fa947c28b399ac6c8 \
14
+ sha256 f9480b365fa1c29225026863d8789c934a81f23eb14e34ed86c063d7aceeac97 \
15
+ size 3281295
16
16
17
17
description lightweight alternative to the regular Discord application
18
18
long_description ${name} is a {*}${description} . It wraps the Discord web \
@@ -24,14 +24,15 @@ supported_archs arm64
24
24
platforms {darwin any}
25
25
license OSL-3.0
26
26
27
- depends_build port:pnpm
27
+ depends_build port:npm10 \
28
+ port:pnpm
28
29
29
30
use_configure no
30
31
31
32
build {
32
33
system -W ${worksrcpath} " pnpm install"
33
34
system -W ${worksrcpath} " pnpm run build"
34
- system -W ${worksrcpath} " node_modules/.bin/electron-builder -m zip "
35
+ system -W ${worksrcpath} " node_modules/.bin/electron-builder --dir "
35
36
}
36
37
37
38
destroot {
You can’t perform that action at this time.
0 commit comments