jobcore/README.md

1.0 KiB

jobcore

joborun's core repository

With the exception of systemd and related libraries and tools all other Arch core packages are rebuilt in a leaner environment as possible while trying to maintain the most compatibility with ARCH so all other packages will work correctly.

Joborun team

The repository should go on top of all other repositories and look like this

/etc/pacman.conf

[jobcore]
#Server = file:///var/cache/jobcore/
Include = /etc/pacman.d/mirrorlist-jobo

where /etc/pacman.d/mirrorlist-jobo should look something like this:

Server = http://downloads.sourceforge.net/joborun/r

You can switch between local and osdn after building what you are interested in. The osdn repository will only show upgrades but there will be no binaries to download.

Clone the repository into /src/pkg and build the package of choice:

cd /src/pkg
git clone https://git.disroot.org/joborun-pkg/jobcore.git jobcore
cd jobcore