Add usage

This commit is contained in:
Eduard Tolosa 2018-12-25 15:35:28 -05:00
parent 14b708ab35
commit a85fa8d6ee

View file

@ -1,5 +1,5 @@
# 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.
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. It support PKGBUILDs download and other minor options (execute simpleaur -h).
# Instalation
`git clone https://gitlab.com/edu4rdshl/simpleaur.git`
@ -15,13 +15,14 @@ $ cd ..
$ rm -rf simpleaur/
```
# 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>
```
Usage:
simpleaur package1 package2 Install package1 and package2 from AUR.
--help, -h Show it dialog.
--purge, -p Delete all compiled packages in /home/sechacklabs/.simpleaur/Build.
--download, -d Download all PKGBUILDS of packages passed as arguments in /home/sechacklabs/.simpleaur/pkgbuilds.
--purgepkg, -pp Delete all downloaded PKGBUILDS in /home/sechacklabs/.simpleaur/pkgbuilds.
```
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-git</b> package from the AUR.