mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
17 lines
744 B
Markdown
17 lines
744 B
Markdown
# simpleaur
|
|
A script for install packages from AUR that doesn't require extra dependences, only requires git installed. cower is only needed if you want to run simplesearch for find package names/updates in AUR (recommended). simpleaur does NOT have automatic dependency resolution.
|
|
|
|
# Instalation
|
|
<code>git clone https://gitlab.com/edu4rdshl/simpleaur.git</code>
|
|
|
|
# Usage
|
|
<b>For instalations: </b>
|
|
<code>./simpleaur package1 package2 package3 ...</code></br>
|
|
|
|
<b>For search: </b>
|
|
<code>./simplesearch text-to-search</code></br>
|
|
|
|
<b>For updated check: </b>
|
|
<code>./simplecheck</code>
|
|
|
|
You are free to move the scripts to /usr/bin and then use it's from everywhere. If you are using ArchLinux, install the <b>simpleaur</b> package from the AUR.
|