Available Packages
-
Packages
-
Built
-
Failed
-
Last Build
Setup
# 1. Add the overlay eselect repository enable nbdy_overlay emaint sync -r nbdy_overlay # 2. Configure the binhost cat > /etc/portage/binrepos.conf/nbdy_overlay.conf <<EOF [nbdy_overlay] sync-uri = https://binpkg.xenonet.cc/packages priority = 10 EOF # 3. Install packages emerge --getbinpkg app-emulation/wine-ge
Global Binary Configuration
# Optional: always prefer binary packages (in /etc/portage/make.conf) FEATURES="getbinpkg"
GPG Verification
# Import the signing key wget -O - https://binpkg.xenonet.cc/gpg/nbdy_overlay.asc | gpg --import # Verify in make.conf FEATURES="binpkg-request-signature"