Bocks CentOS Repository

This repository contains a few packages that I've had to rebuild specifically for CentOS 6 & 7 and are usually pretty similar to available Fedora packages. Sometimes I've had to build a custom package to get a newer version, sometimes it's because there is no package built with a custom set of options.

Browse the repository

Configure yum to use this repository

This will work for both CentOS 6 & 7. Please note that the CentOS 6 packages are no longer being updated as I have now migrated everything to 7.

# cat <<'EOF' >/etc/yum.repos.d/bocks.repo
[bocks]
name=Bocks x86_64/noarch
baseurl=https://build7.bocks.com/centos/$releasever/Packages
enabled=1
gpgcheck=0

[bocks-source]
name=Bocks - source
baseurl=https://build7.bocks.com/centos/$releasever/SRPMS
enabled=0
gpgcheck=0
EOF
# yum --enablerepo=bocks ...