aura-2.2.0: A secure package manager for Arch Linux and the AUR.

Copyright(c) Colin Woodbury 2012 - 2020
LicenseGPL3
MaintainerColin Woodbury <colin@fosskers.ca>
Safe HaskellNone
LanguageHaskell2010

Aura.Commands.A

Description

Handle all -A flags - those which involve viewing and building packages from the AUR.

Synopsis

Documentation

install :: NESet PkgName -> RIO Env () Source #

High level install command. Handles installing dependencies.

upgradeAURPkgs :: Set PkgName -> RIO Env () Source #

The result of -Au.

aurPkgInfo :: NESet PkgName -> RIO Env () Source #

The result of -Ai.

aurPkgSearch :: Text -> RIO Env () Source #

The result of -As.

displayPkgDeps :: NESet PkgName -> RIO Env () Source #

Display dependencies. The result of -Ad.

displayPkgbuild :: NESet PkgName -> RIO Env () Source #

The result of -Ap.

aurJson :: NESet PkgName -> RIO Env () Source #

Similar to -Ai, but yields the raw data as JSON instead.