jobextra/README.md

36 lines
846 B
Markdown
Raw Normal View History

2023-07-27 23:10:41 +02:00
# jobextra
joborun's extra repository
2023-08-19 02:00:51 +02:00
Mostly the build/make dependencies for core (jobcore) and a few other important
packages for joborun, mostly based on ARCH-extra packaging.
2023-07-27 23:10:41 +02:00
Joborun team
2023-08-19 02:11:08 +02:00
The repository should go between jobcomm and jobcore and look like this
/etc/pacman.conf
2023-07-27 23:10:41 +02:00
<pre>
[jobextra]
#Server = file:///var/cache/jobextra/
2023-08-19 02:11:08 +02:00
Include = /etc/pacman.d/mirrorlist-jobo
2023-07-27 23:10:41 +02:00
</pre>
where /etc/pacman.d/mirrorlist-jobo should look something like this:
<pre>
Server = http://downloads.sourceforge.net/joborun/r
</pre>
2023-08-19 02:00:51 +02:00
You can switch between local and sf after building what you are interested in.
2023-07-27 23:10:41 +02:00
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/jobextra.git jobextra
cd jobextra
</pre>