-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
legcord: new port #27235
base: master
Are you sure you want to change the base?
legcord: new port #27235
Conversation
advice would be appreciated here please. tl;dr: it builds a should I add in some 'if build_arch is x86_64 then move it from mac-x86' or similar? |
I was privately reminded that legcord was originally designed and is optimized for arm64/aarch64 and have therefore restricted it to arm64 only. |
net/Legcord/Portfile
Outdated
|
||
github.setup Legcord Legcord 1.0.6 v | ||
github.tarball_from archive | ||
distname ${github.project}-${github.version} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the default not work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it didn't the first time I tried it, but just trying it now, it does just fine. Must have been something I was doing. Yanked the 'archive' line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need the “github,tarball_from” line; the “distname” should be redundabt I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, for some reason it works inconsistently on ...from releases
. so I switched back to archive and yanked the distname line.
sorry for the running around in circles.
5a8a4f7
to
1dc751b
Compare
Description
Legcord (originally Armcord) is a version of the Discord web client packaged for desktop. Unlike the Discord application or web client, it blocks Discord's trackers and consumes far fewer resources. It also supports all of the major Discord client plugin/theming frameworks.
Type(s)
Tested on
macOS 15.2 24C101 arm64
Xcode 16.2 16C5032a
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?