Yaourt

yaourt(1) was a AUR helper utility. It became unmaintained in 2019.

Contents

  1. Yaourt
    1. Usage


Usage

yaourt ungoogled-chromium

yaourt(1) uses the same environment variables as makepkg(8) with some extras. See here for more details.

Variable

Default

Meaning

PKGDEST

.

built package base directory

SRCDEST

.

package source code base directory

EXPORT

0

if set to 1, override PKGDEST with EXPORTDIR

EXPORTSRC

0

if set to 1, override SRCDEST with EXPORTDIR

EXPORTDIR

conditionally overrides other directories, but falls back to them if empty

DEVELSRCDIR

version-controlled source code base directory

yaourt(1) was primarily meant to be used with tarball packages. All git(1)-based functionality, including the retention of version-controlled source code, was gated behind the --devel flag. Even then, DEVELSRCDIR was a deprecated functionality.


CategoryRicottone

Linux/Arch/Yaourt (last edited 2023-01-08 19:28:59 by DominicRicottone)