No description
Find a file
Eduard Toloza d965786203 Fix issue when deleting the previous compiled packages
When you tried to delete 'HOME/.simpleaur/Build/*' it fail because the directory are in quotes and don't take the '*', also fixed the issue when the 'basebuilddir' doesn't exist and simpleaur try first to create the lockfile and before check if the 'basebuilddir' exist (logical problem)
2018-07-22 20:48:23 -05:00
LICENSE Migración de Github 2018-06-04 17:54:59 -05:00
README.md Update readme 2018-07-14 09:27:01 -05:00
simpleaur Fix issue when deleting the previous compiled packages 2018-07-22 20:48:23 -05:00
simplecheck Removed unnecessary and useless code 2018-07-18 08:59:49 -05:00
simplesearch Added color support in output 2018-07-07 10:13:50 -05:00

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

git clone https://gitlab.com/edu4rdshl/simpleaur.git

Usage

For instalations: ./simpleaur package1 package2 package3 ...

For search: ./simplesearch text-to-search

For updated check: ./simplecheck

You are free to move the scripts to /usr/bin and then use it's from everywhere.