Differences between revisions 1 and 2
Revision 1 as of 2023-01-08 18:40:31
Size: 945
Comment:
Revision 2 as of 2023-01-08 18:46:07
Size: 1005
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
`pacaur(1)` uses the same environment variables as `makepkg(8)` with the addition of `AURDEST`. `pacaur(1)` uses the same environment variables as `makepkg(8)` with the addition of `AURDEST`. See [[Linux/Arch/Packaging#makepkg|here]] for more details.
Line 21: Line 21:
||`PKGDEST` ||    ||built package base directory ||
||`SRCDEST` ||    ||package source code base directory||
||`LOGDEST` ||    ||build logs base directory ||
||`BUILDDIR` ||    ||build directory ||
||`PKGDEST` ||`.` ||built package base directory ||
||`SRCDEST` ||`.` ||package source code base directory||
||`LOGDEST` ||`.` ||build logs base directory ||
||`BUILDDIR` ||`.` ||build directory ||

Pacaur

pacaur(1) was a AUR helper utility. It became unmaintained in 2017.

Contents

  1. Pacaur
    1. Usage


Usage

pacaur -S ungoogled-chromium

pacaur(1) uses the same environment variables as makepkg(8) with the addition of AURDEST. See here for more details.

Variable

Default

Meaning

AURDEST

$XDG_CACHE_HOME/pacaur, $HOME/.cache/pacaur

AUR clone base directory

PKGDEST

.

built package base directory

SRCDEST

.

package source code base directory

LOGDEST

.

build logs base directory

BUILDDIR

.

build directory


CategoryRicottone

Linux/Arch/Pacaur (last edited 2023-01-08 18:46:07 by DominicRicottone)