porgrc(5) | System | porgrc(5) |
porgrc - configuration file for porg
/etc/porgrc
porgrc is the system-wide configuration file for porg(8), the source code package organizer.
The file consists of comments and key-value pairs. Comments are on separate lines that start with a # symbol. The key-value pairs are on the form:
key=value
where key contains no whitespace and no equal signs, and value will be all of the text after the equal sign until (but not including) the ending newline.
The name of key is case insensitive (e.g. INCLUDE, include and INcludE are equivalent).
The following options can be set. The equivalent command line options (if any), are listed in brackets:
Variables include, exclude and remove_skip accept a colon-separated list of paths, each of which may contain shell-like wildcards (*, ? and [..]). Files are matched against each of those paths, following the standard shell-like expansion, but with the following exception: If a path in the list does not contain any wildcard, and it is a directory, it matches any file within that directory.
/etc/porgrc - active configuration file
/usr/share/porg/porgrc - sample configuration file
Written by David Ricart (http://porg.sourceforge.net)
17 May 2016 | porg 0.10 |