aboutsummaryrefslogtreecommitdiff
README for auria - an aur helper written in (mostly) bash

developement version

This is unfinished software.  Do not expect anything to work.


How to use:
-----------

$ $CC parse.c -o parse
$ ./auria.sh (update|install <pkg>|search <search_string>|rpc ...)

There are configuration files, /etc/auria_conf.sh and
$HOME/.config/auria_conf.sh, read, i.e. sourced in this order.
Configuration can be done by setting variables used in auria.sh.


Dependencies:
-------------

bash
curl>=7.18.0
coreutils (mktemp)
diffutils
ed (optional: default editor)
git
grep
jq
libc
pacman
sed


Build dependencies:
-------------------

a C compiler


Licensing:
----------

auria is distributed under the GNU Affero General Public License (AGPL),
version 3+.  See the file COPYING for further details.


Author:
-------

auria is written by Einhard Leichtfuß alias respiranto.
If you have any problems, questions, suggestions or similar concerning this
program, you may write me an email to <alguien@respiranto.de>.

Remember, this is unfinished software.