Pacman aurutils: Difference between revisions

From wikinotes
(Created page with "scripts for working with aur, sharing built packages over local network. = Documentation = <blockquote> {| class="wikitable" |- | github || https://github.com/AladW/aurutils |- |} </blockquote><!-- Documentation -->")
 
No edit summary
Line 6: Line 6:
|-
|-
| github || https://github.com/AladW/aurutils
| github || https://github.com/AladW/aurutils
|-
| <code>man aur</code> || https://github.com/AladW/aurutils/blob/master/man1/aur.1
|-
| <code>man aurhosting</code> || https://github.com/AladW/aurutils/blob/master/man7/aurhosting.7
|-
|-
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Install =
<blockquote>
<syntaxhighlight lang="bash">
aura -A aurutils
</syntaxhighlight>
</blockquote><!-- Install -->
= Usage =
<blockquote>
<syntaxhighlight lang="bash">
</syntaxhighlight>
</blockquote><!-- Usage -->

Revision as of 14:57, 13 August 2023

scripts for working with aur, sharing built packages over local network.

Documentation

github https://github.com/AladW/aurutils
man aur https://github.com/AladW/aurutils/blob/master/man1/aur.1
man aurhosting https://github.com/AladW/aurutils/blob/master/man7/aurhosting.7

Install

aura -A aurutils

Usage