overlay/README.md

537 B

polymc overlay

ebuilds for the official PolyMC Gentoo overlay.

Adding the Repository

# add the repo to repos.conf
cat << EOF > /etc/portage/repos.conf/polymc.conf
[swirl]
location = /var/db/repos/polymc
sync-type = git
sync-uri = https://git.swurl.xyz/PolyMC/overlay
EOF

Syncing

emaint sync --repo polymc

Notes

If you want development versions of packages, simply unmask version 9999 of the packages you want:

# echo "=category/package-9999 **" >> /etc/portage/package.accept_keywords