forked from chaotic-aur/chaotic-aur.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (102 loc) · 7.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Chaotic-AUR automated building repo for AUR packages</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Helping you, so you don't have to worry about building AUR packages in each update!">
<meta property="og:title" content="Chaotic-AUR automated repo">
<meta property="og:url" content="https://aur.chaotic.cx">
<meta property="og:description" content="Helping you, so you don't have to worry about building AUR packages in each update!">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Chaotic-AUR</h1>
<p>Automated building repo for <a target="_blank" rel="noopener" href="https://aur.archlinux.org">AUR</a> packages</p>
<!-- <p>For news, check the telegram channel <a target="_blank" rel="noopener" href="https://t.me/s/chaotic_aur">@chaotic_aur</a>. --><br>
<div class="list">
<h2 id="howto">How to use it?</h2>
<p>Install the primary key, with it install our keyring, and finishing installing our mirrorlist.</p>
<code>$ pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com</code><br/>
<code>$ pacman-key --lsign-key 3056513887B78AEB</code><br/>
<code>$ pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'</code>
<p>Append (add to the <strong>end</strong> of the file) <code>/etc/pacman.conf</code>:</p>
<code>[chaotic-aur]<br/>
Include = /etc/pacman.d/chaotic-mirrorlist
</code>
</div>
<div class="list">
<h2>Recommendations:</h2>
<ul>
<li id="note-powerpill">
You may want to use <a target="_blank" rel="noopener" href="https://wiki.archlinux.org/index.php/Powerpill">powerpill</a>, so you download from all mirrors simultaneously.
I recommend doing updates this way: <code>sudo pacman -Sy && sudo powerpill -Su && paru -Su</code>.<br/>
When using powerpill, insert all mirrors in your <code>pacman.conf</code> or use <code>chaotic-mirrorlist</code> with all of them active.
</li>
<li id="note-repossorting">If you're using other third parties repositories, I recommend you to put chaotic-aur <strong>before</strong> them on <code>/etc/pacman.conf</code>. We update most packages hourly and follow AUR's PKGBUILDs, which makes this repository more suitable as the first option when downloading packages.</li>
<li id="note-ignorepkg">If you need to omit one package update to use locally built ones (e.g: with native optimizations), <a href="https://www.archlinux.org/pacman/pacman.conf.5.html" target="_blank" rel="noopener">you can</a> add '<code>IgnorePkg = ...</code>' to repo's section in <code>/etc/pacman.conf</code></li>
<li>You can pick the repository from which you download a package, like this: <code>pacman -S chaotic-aur/dxvk-mingw-git</code>. Some AUR's helpers support it too, e.g: <code>yay -S aur/firefox-hg</code>
<li>You must have multilib repository enabled.</li>
</ul>
</div>
<div class="list">
<h2>About:</h2>
<ul>
<li>Most packages available in this repo, are automatically built from their respective <a target="_blank" rel="noopener" href="https://aur.archlinux.org">AUR</a> source package. But some are not, check <a href="https://github.com/chaotic-aur/packages">github.com/chaotic-aur/packages</a> for seeing which ones.</li>
<li>The primary building cluster is a node in <a target="_blank" rel="noopener" href="https://www2.ufscar.br/">UFSCar</a>'s datacenter. Hosted in São Carlos, São Paulo, Brazil.</li>
</ul>
<p>Feel free to create an issue for suggestions, flagging database corruptions and everything else:
<a target="_blank" rel="noopener" href="https://github.com/chaotic-aur/packages/issues">Issues</a><br/>
Report build bugs to source package's maintainers.</p>
</div>
<div class="list">
<h2>Links:</h2>
<ul>
<li>Telegram channel with news and updates: <a target="_blank" rel="noopener" href="https://t.me/s/chaotic_aur">@chaotic_aur</a> (includes a discussion group)</li>
<li>Package list: <a target="_blank" rel="noopener" href="https://archlinux.pkgs.org/rolling/chaotic-aur-x86_64">Pkgs.org</a></li>
<li>Server's infra source code: <a target="_blank" rel="noopener" href="https://github.com/chaotic-aur/toolbox">GitHub</a></li>
<li>Status page: <a target="_blank" rel="noopener" href="https://status.chaotic.cx">Status monitoring</a></li>
<li>Latest logs: <a target="_blank" rel="noopener" href="https://builds.garudalinux.org/repos/chaotic-aur/logs/">Logfiles</a></li>
<li>Chaotic keys: <a target="_blank" rel="noopener" href="https://aur.chaotic.cx/chaotic.gpg">Keyring</a></li>
</ul>
</div>
<div class="list">
<h2>Maintainer:</h2>
<p>Pedro H. Lara Campos <a target="_blank" rel="noopener" href="https://github.com/PedroHLC"><github.com/PedroHLC></a></p><br/>
<h2>Co-Maintainers and Contributors:</h2>
<ul>
<li>LordKitsuna (and his Threadripper) <a target="_blank" rel="noopener" href="https://github.com/lordkitsuna"><github.com/lordkitsuna></a></li>
<li>Librewish (Shrinivas Kumbhar) <a target="_blank" rel="noopener" href="https://github.com/librewish"><github.com/librewish></a> -- <a href="https://garudalinux.org/" target="_blank" rel="noopener">Garuda Linux's founder</a></li>
<li>SolarAquarion (S Choina) <a target="_blank" rel="noopener" href="https://github.com/SolarAquarion"><github.com/SolarAquarion></a></li>
<li>Thotypous (Paulo Matias) <a target="_blank" rel="noopener" href="https://github.com/thotypous"><github.com/thotypous></a> -- Past Trusted User</li>
<li>Rustem B. <a target="_blank" rel="noopener" href="https://github.com/RustemB"><github.com/RustemB></a></li>
<li>dr460nf1r3 (Nico) <a target="_blank" rel="noopener" href="https://github.com/dr460nf1r3"><github.com/dr460nf1r3></a></li>
<li>Naman (Web Designer) <a target="_blank" rel="noopener" href="https://github.com/namanlp"><github.com/namanlp></a></li>
<li>João Figueiredo (KDE's <code>-git</code> packages) <a target="_blank" rel="noopener" href="https://github.com/IslandC0der"><github.com/IslandC0der></a></li>
</ul>
<h2>Special Thanks:</h2>
<ul>
<li>Our mirrors' providers;</li>
<li>
<a target="_blank" rel="noopener" href="https://github.com/Tk-Glitch">Tk-Glitch (TkG)</a>;
<a target="_blank" rel="noopener" href="https://github.com/Kodehawa">Kodehawa</a>;
<a target="_blank" rel="noopener" href="https://aur.archlinux.org/account/figue">Figue</a>;
<a target="_blank" rel="noopener" href="https://github.com/benjamimgois">Benjamim Gois</a>;
<li>Frogging Family and VKx discord servers;</li>
<li>André, <a target="_blank" rel="Noopener" href="https://github.com/olivatooo">Gabriel Olivato</a> and Maiser;</li>
<li>GarudaLinux's staffers;</li>
<li>AUR package maintainers; ArchLinux TUs and staffers;</li>
<li>And everybody who somehow helped all the projects we prebuild.</li>
</ul>
</div>
<div class="list"><h2>Disclaimer:</h2>
<p>This repo is generated on-demand from packages I use on my personal computer.
If you find any package license infringement, please notify me through <a href="mailto:[email protected]">email</a>. I'll then remove it and blacklist.</p>
</div>
<footer>
<span><h3>Last modified:</h3><code>2021-03-30 13:00 (GMT-3)</code></span>
<span><h3>Online since:</h3><code>2018-10-19</code></span></footer>
</body>
</html>