aura-2.2.1: 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.MakePkg

Description

Interface to makepkg.

Synopsis

Documentation

makepkg :: Settings -> User -> IO (Either Failure (NESet (Path Absolute))) Source #

Given the current user name, build the package of whatever directory we're in.

makepkgSource :: User -> IO [Path Absolute] Source #

Make a source package. See `man makepkg` and grep for `--allsource`.

makepkgConfFile :: Path Absolute Source #

The default location of the makepkg configuration: /etc/makepkg.conf