correct PKGBUILD links for arch and obarun to current ones
correct PKGBUILD links for arch and obarun to current ones
This commit is contained in:
parent
1350bc4980
commit
ffb416a88e
1 changed files with 6 additions and 8 deletions
14
repos.md
14
repos.md
|
@ -1,4 +1,3 @@
|
|||
|
||||
## How repositories work in joborun and how you can add to them locally ##
|
||||
|
||||
#### [[Back to the top joborun wiki page|index.md]] ####
|
||||
|
@ -52,20 +51,19 @@ YOU NEVER HAVE TO DOWNLOAD BINARIES AGAIN!
|
|||
|
||||
Except of course for all those packages we don't build yet, and you get from Obarun or Arch. But since you are becoming more proficient you can get the PKGBUILDs for any package you want and build it locally.
|
||||
|
||||
Obarun's git https://git.obarun.org/pkg
|
||||
Obarun's git https://git.obarun.org/pkg example for PKGBUILD of 66 which is in obcore:
|
||||
|
||||
<pre>wget https://git.obarun.org/pkg/obextra/colord/-/raw/master/trunk/PKGBUILD</pre>
|
||||
|
||||
and you get the recipe for colord
|
||||
<pre>wget https://git.obarun.org/pkg/upstream/66/-/raw/master/PKGBUILD</pre>
|
||||
|
||||
|
||||
and you get the recipe for 66
|
||||
|
||||
|
||||
Arch's source repo is like this:
|
||||
|
||||
<pre>wget https://gitlab.archlinux.org/archlinux/packaging/packages/arch-install-scripts/trunk/PKGBUILD</pre>
|
||||
<pre>https://gitlab.archlinux.org/archlinux/packaging/packages/arch-install-scripts/-/raw/main/PKGBUILD</pre>
|
||||
|
||||
Community pkgs are a little different but the rest are like the above.
|
||||
|
||||
<pre>wget https://gitlab.archlinux.org/archlinux/packaging/packages/asciidoc/trunk/PKGBUILD</pre>
|
||||
|
||||
You can use cower for getting AUR pkgbuilds,
|
||||
|
||||
|
|
Loading…
Reference in a new issue