aboutsummaryrefslogtreecommitdiff
path: root/README
blob: a36c71fbf658ebf46c8c70ff1f326993793bf331 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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 <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.