Package Details: clash-for-windows-chinese 0.20.39-1

Git Clone URL: https://aur.archlinux.org/clash-for-windows-chinese.git (read-only, click to copy)
Package Base: clash-for-windows-chinese
Description: Clash for Windows Chinese
Upstream URL: https://github.com/Z-Siqi/Clash-for-Windows_Chinese
Submitter: Bad-Boy
Maintainer: Bad-Boy
Last Packager: Bad-Boy
Votes: 1
Popularity: 0.46
First Submitted: 2025-02-26 03:36 (UTC)
Last Updated: 2025-02-26 03:36 (UTC)

Latest Comments

2lbj commented on 2025-03-15 10:44 (UTC) (edited on 2025-03-15 10:45 (UTC) by 2lbj)

package() {
    local parch=$(echo "${CARCH}" | sed "s/x86_64/x64/;s/aarch64/arm64/")
    echo "Packaging application files. Please wait."
    install -d "${pkgdir}/opt/${pkgname}"
    cp -r ./* "${pkgdir}/opt/${pkgname}"..................................... 
    #There is one more directory when decompressing here , should 'cp -r ./Clash.for.Windows-0.20.39-Opt.1-linux-x64.* xxxxx
    install -Dm 755 ../cfw "${pkgdir}"/usr/bin/cfw
    install -Dm 644 ../clash.png "${pkgdir}"/usr/share/pixmaps/clash.png
    install -Dm 644 ../clash-for-windows.desktop "${pkgdir}"/usr/share/applications/clash-for-windows.desktop
}