summarylogtreecommitdiffstats
path: root/faur.1
blob: 449d069f1ba83acc4cafc19b4067cdeb1a95a498 (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
.\" Automatically generated by Pandoc 2.2.2
.\"
.TH "FAUR" "1" "July 17, 2018" "\- faur\-0.1" ""
.hy
.SH NAME
.PP
faur \- lightweight, opinionated AUR helper
.SH SYNOPSIS
.PP
faur fetch [\f[I]pkgs\f[]]\&...
.PP
faur update
.PP
faur help
.SH DESCRIPTION
.PP
faur downloads packages to the directory specified in $AURDIR.
If $AURDIR is unset $HOME/aur is used as a default.
Packages are cloned from the git repository located under $AUR_PATH, if
unset https://aur.archlinux.org/ is used as a default value.
.PP
The update command checks to see which if any of the packages underneath
$AURDIR need to be updated and notifies the user.
.SH DEPENDENCY MANAGEMENT
.PP
faur \f[I]does not\f[] attempt to resolve dependencies, as doing so
would discourage the user from reading PKGBUILD files before
installation.
.PP
Users should bear in mind that the AUR is an \f[I]untrusted\f[] source
of packages and always exercise caution when installing packages from
it.
.SH AUTHORS
Joe Davis <me@jo.ie>.