From fe474b95c0065907d637a247181d02818a6c763c Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Thu, 29 Nov 2018 21:40:32 +0100 Subject: README --- README | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..a36c71f --- /dev/null +++ b/README @@ -0,0 +1,55 @@ +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 |search |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 . + +Remember, this is unfinished software. -- cgit v1.2.3