mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Add usage
This commit is contained in:
parent
14b708ab35
commit
a85fa8d6ee
1 changed files with 9 additions and 8 deletions
17
README.md
17
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue