diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-27 20:11:06 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-27 20:11:06 -0600 |
commit | 38450796883e2920b2b31e9f79cef20859215ade (patch) | |
tree | 763584d404a2b84db4cf80b0a2ba102ebeb02194 /src/librefetch/librefetch.conf.5.ronn | |
parent | c2d396b20c1b0fc1ed3b070a41c9ed07c3930bde (diff) |
add manpages for librefetch
Diffstat (limited to 'src/librefetch/librefetch.conf.5.ronn')
-rw-r--r-- | src/librefetch/librefetch.conf.5.ronn | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/librefetch/librefetch.conf.5.ronn b/src/librefetch/librefetch.conf.5.ronn new file mode 100644 index 0000000..3d80ab5 --- /dev/null +++ b/src/librefetch/librefetch.conf.5.ronn @@ -0,0 +1,36 @@ +librefetch.conf(5) -- librefetch configuration file +=================================================== + +## SYNOPSIS + +`/etc/libretools.d/librefetch.conf`, `~/.config/libretools/librefetch.conf` + +## DESCRIPTION + +Configuration for librefetch is stored in `librefetch.conf`. The +several places it looks for the file are: + + * `/etc/libretools.d/librefetch.conf` + * `$XDG_CONFIG_HOME/libretools/librefetch.conf` + +The later files take precidence over earlier files, but earlier files +are loaded, so that later files only need to set the values they want +to override. + +If `$XDG_CONFIG_HOME` is not set, a default value is set: + + * if `$SUDO_USER` is set: `$(eval echo ~$SUDO_USER)/.config` + * else: `$HOME/.config` + +## OPTIONS + + * `MIRROR='https://repo.parabolagnulinux.org/sources/'`: + The location to download pre-built source tarball in download + mode. + * `DOWNLOADER='/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'`: + The HTTP client to use when downloading pre-built source tarballs + in download mode. + +## SEE ALSO + +librefetch(8) |