Note
Available for x86_64 only
Feel free to request new packages via Issues, or to submit them directly via Pull Requests
Package list
# Import and trust the key
curl -s https://gist.0x0f.dev/ShinKouyo_0xB46745055BE38B78_public.asc | sudo pacman-key --add -
sudo pacman-key --lsign-key 06173DBA6E1A22B8D13F1FC3B46745055BE38B78
# Add the repo
sudo tee -a /etc/pacman.conf << 'EOF'
[shinkouyo-pkgs]
SigLevel = Required DatabaseOptional
Server = https://$arch.shinkouyo-pkgs.top
EOF
# Refresh package databases
sudo pacman -SyTip
You can choose the preferred server manually:
# Geo (Auto-redirect based on location)
Server = https://geo.shinkouyo-pkgs.top/$arch# Cloudflare R2 (Global primary)
Server = https://r2.shinkouyo-pkgs.top/$arch# Rainyun ROS (Mainland China mirror)
Server = https://cn.shinkouyo-pkgs.top/$arch