Maintainer Notice
Clash.Meta is now replaced by mihomo. This package now only provide symlink to mihomo to keep compatibility.
We recommend all users to remove this package and install mihomo-bin
instead.
Git Clone URL: | https://aur.archlinux.org/clash-meta-bin.git (read-only, click to copy) |
---|---|
Package Base: | clash-meta-bin |
Description: | Provide a soft link for mihomo, keeping compatibility with the obsolete Clash.Meta. |
Upstream URL: | https://github.com/MetaCubeX/Clash.Meta |
Licenses: | GPL3 |
Conflicts: | clash-meta |
Provides: | clash-meta |
Submitter: | adiprasetya |
Maintainer: | chenx_dust |
Last Packager: | chenx_dust |
Votes: | 8 |
Popularity: | 0.000476 |
First Submitted: | 2022-03-14 11:21 (UTC) |
Last Updated: | 2024-01-04 07:00 (UTC) |
Clash.Meta is now replaced by mihomo. This package now only provide symlink to mihomo to keep compatibility.
We recommend all users to remove this package and install mihomo-bin
instead.
Hope to add support to multi architectures. You can refer to the PKGBUILD of clash-premium-bin. I can contribute that if you give me access to this package. Thank you!
Update: I've finished my work!
The conflicts=()
and backup=()
in the PKGBUILD should be specified properly.
conflicts=('clash-meta')
backup=('etc/clash-meta/config.yaml')
And there are some issues in the systemd unit, see archlinuxcn/repo#3196. I'd personally recommend simply copy those configs from aur/clash-meta as they did this perfectly.
[Unit]
After=network-online.target
It's better to make the service to start after network is online, otherwise it will make tons of connections to configured DNS servers.
Pinned Comments
chenx_dust commented on 2024-01-04 07:02 (UTC)
Maintainer Notice
Clash.Meta is now replaced by mihomo. This package now only provide symlink to mihomo to keep compatibility. We recommend all users to remove this package and install
mihomo-bin
instead.