jobcore/README.md

37 lines
1 KiB
Markdown
Raw Normal View History

2023-07-27 23:09:59 +02:00
# jobcore
joborun's core repository
2023-08-19 02:05:06 +02:00
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.
2023-07-27 23:09:59 +02:00
Joborun team
2023-08-19 02:09:53 +02:00
The repository should go on top of all other repositories and look like this
/etc/pacman.conf
2023-07-27 23:09:59 +02:00
<pre>
[jobcore]
#Server = file:///var/cache/jobcore/
2023-08-19 02:09:53 +02:00
Include = /etc/pacman.d/mirrorlist-jobo
2023-07-27 23:09:59 +02:00
</pre>
where /etc/pacman.d/mirrorlist-jobo should look something like this:
<pre>
Server = http://downloads.sourceforge.net/joborun/r
</pre>
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|https://git.disroot.org/joborun/web/src/branch/main/howto.md]] the package of choice:
<pre>
cd /src/pkg
git clone https://git.disroot.org/joborun-pkg/jobcore.git jobcore
cd jobcore
</pre>