Skip to content

Commit 891c4a1

Browse files
robcohenclaude
andcommitted
feat: add AUR installation options (rustledger and rustledger-bin)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 22d7c5f commit 891c4a1

1 file changed

Lines changed: 77 additions & 0 deletions

File tree

index.html

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,19 @@ <h1 class="text-5xl md:text-6xl font-bold tracking-tight mb-6">
239239
</svg>
240240
<span>COPR</span>
241241
</button>
242+
<!-- AUR -->
243+
<button
244+
class="install-tab"
245+
data-tab="aur"
246+
role="tab"
247+
aria-selected="false"
248+
aria-controls="panel-aur"
249+
>
250+
<svg class="tab-icon" viewBox="0 0 24 24" fill="currentColor">
251+
<path d="M12 2L2 19h20L12 2zm0 3.5L18.5 17h-13L12 5.5z" />
252+
</svg>
253+
<span>AUR</span>
254+
</button>
242255
<!-- Scoop -->
243256
<button
244257
class="install-tab"
@@ -587,6 +600,70 @@ <h1 class="text-5xl md:text-6xl font-bold tracking-tight mb-6">
587600
</button>
588601
</div>
589602
</div>
603+
<!-- AUR Panel -->
604+
<div
605+
class="install-panel"
606+
id="panel-aur"
607+
role="tabpanel"
608+
aria-labelledby="tab-aur"
609+
>
610+
<div class="install-command">
611+
<span class="prompt">$</span>
612+
<span class="cmd"
613+
><span class="keyword">yay</span>
614+
<span class="flag">-S</span>
615+
<span class="package">rustledger</span></span
616+
>
617+
<button
618+
class="install-copy-btn"
619+
data-command="yay -S rustledger"
620+
title="Copy"
621+
aria-label="Copy command"
622+
>
623+
<svg
624+
class="w-5 h-5"
625+
fill="none"
626+
stroke="currentColor"
627+
viewBox="0 0 24 24"
628+
>
629+
<path
630+
stroke-linecap="round"
631+
stroke-linejoin="round"
632+
stroke-width="2"
633+
d="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"
634+
/>
635+
</svg>
636+
</button>
637+
</div>
638+
<div class="install-command">
639+
<span class="prompt">$</span>
640+
<span class="cmd"
641+
><span class="keyword">yay</span>
642+
<span class="flag">-S</span>
643+
<span class="package">rustledger-bin</span></span
644+
>
645+
<button
646+
class="install-copy-btn"
647+
data-command="yay -S rustledger-bin"
648+
title="Copy"
649+
aria-label="Copy command"
650+
>
651+
<svg
652+
class="w-5 h-5"
653+
fill="none"
654+
stroke="currentColor"
655+
viewBox="0 0 24 24"
656+
>
657+
<path
658+
stroke-linecap="round"
659+
stroke-linejoin="round"
660+
stroke-width="2"
661+
d="M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"
662+
/>
663+
</svg>
664+
</button>
665+
</div>
666+
</div>
590667
<!-- Scoop Panel -->
591668
<div
592669
class="install-panel"

0 commit comments

Comments
 (0)