From fd397b356e9be1d3572ace965ead57120803a0ac Mon Sep 17 00:00:00 2001 From: kitsunyan Date: Sun, 11 Mar 2018 00:10:43 +0300 Subject: Initial commit --- doc/asciidoc.conf | 8 ++++++++ doc/pakku.8.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ doc/pakku.conf.5.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 95 insertions(+) create mode 100644 doc/asciidoc.conf create mode 100644 doc/pakku.8.txt create mode 100644 doc/pakku.conf.5.txt (limited to 'doc') diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf new file mode 100644 index 0000000..1872c0d --- /dev/null +++ b/doc/asciidoc.conf @@ -0,0 +1,8 @@ +[macros] +(?su)[\\]?(?Plinkman):(?P\S*?)\[(?P.*?)\]= + +[linkman-inlinemacro] +{0%{target}} +{0#} +{0#{target}{0}} +{0#} diff --git a/doc/pakku.8.txt b/doc/pakku.8.txt new file mode 100644 index 0000000..5f183db --- /dev/null +++ b/doc/pakku.8.txt @@ -0,0 +1,46 @@ +pakku(8) +======== + +Name +---- +pakku - package manager utility wrapper + +Synopsis +-------- +'pakku' [options] [targets] + +Description +----------- +Pakku is a pacman wrapper with additional features, such as AUR support. + +Operations and Options +---------------------- +Pakku provides all operations and options from pacman. This page will focus +on pakku-specific options only. See linkman:pacman[8] for additional +information. + +Query Options (apply to '-Q')[[QO]] +----------------------------------- +*-t, \--unrequired*:: + Specify this option thrice combining with '-d' to list dependencies + which are not required by any explicitly installed package. + +Sync Options (apply to '-S')[[SO]] +---------------------------------- +*\--build*:: + Build packages from source. Building is supported for directly specified + packages only, so it will not work for package groups or virtual packages. + +*\--noaur*:: + Disable AUR support. This option is assumed when you use non-standard + root path, allow downgrading using twice specified '-u', skip dependency + checking using '-d', or run the program from root. + +Configuration +------------- +See linkman:pacman.conf[5] and linkman:pakku.conf[5] for details on configuring +the program. + +See Also +-------- +linkman:pacman[8], linkman:pacman.conf[5], linkman:pakku.conf[5] diff --git a/doc/pakku.conf.5.txt b/doc/pakku.conf.5.txt new file mode 100644 index 0000000..5ea2460 --- /dev/null +++ b/doc/pakku.conf.5.txt @@ -0,0 +1,41 @@ +pakku.conf(5) +============= + +Name +---- +pakku.conf - pakku configuration file + +Synopsis +-------- +\{sysconfdir\}/pakku.conf + +Description +----------- +This configuration file uses a similar format to pacman.conf. The file is +divided into sections. Only options section is used. + +Options +------- +*TmpDir =* path/to/tmp/dir:: + Set the temporary directory in which pakku will perform all + building operations. The default value is +/tmp/pakku-$\{USER\}+. + +*AurComments*:: + Download and display comments for AUR packages. + +*CheckIgnored*:: + Check ignored packages for updates in AUR. Pakku will be able to warn + about ignored package upgrade. + +*PrintAurNotFound*:: + Print warnings during upgrade operation when foreign packages were not + found in AUR. + +*ViewNoDefault*:: + When building from AUR, pakku will ask whether you want to view the + content of PKGBUILD and other files. Pressing enter key will give the + positive answer unless this option is specified. + +See Also +-------- +linkman:pacman.conf[5], linkman:pakku[8] -- cgit v1.2.3-70-g09d2