Package Details: moomoo 16.13.15808-1

Git Clone URL: https://aur.archlinux.org/moomoo.git (read-only, click to copy)
Package Base: moomoo
Description: This package provides Moomoo desktop client
Upstream URL: https://www.moomoo.com/
Licenses: HTML Tidy
Provides: moomoo
Submitter: daizhirui
Maintainer: daizhirui
Last Packager: daizhirui
Votes: 1
Popularity: 0.030085
First Submitted: 2025-11-14 17:52 (UTC)
Last Updated: 2026-05-04 00:26 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

jimmy9065 commented on 2026-03-10 18:16 (UTC) (edited on 2026-03-10 18:16 (UTC) by jimmy9065)

are there some typos in the script? I don't see the definition of neither APP_NAME nor PRODUCT_EXTERNAL_VERSION

JohnyEZ commented on 2025-11-27 18:49 (UTC) (edited on 2025-11-27 18:55 (UTC) by JohnyEZ)

Using native libglvnd libraries seems to resolve the broken pop-up web browser features

Added libglvnd to depends and the following to package():

ln -sf /usr/lib/libEGL.so "$pkgdir/$INSTALL_DIR/libEGL.so"

ln -sf /usr/lib/libGLESv2.so "$pkgdir/$INSTALL_DIR/libGLESv2.so"

I'm new to packaging so excuse if this is not good practice, was just tinkering for myself and found that fix hopefully useful to you as well