aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README55
1 files changed, 55 insertions, 0 deletions
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 <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.