aura-3.1.6: 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 (NonEmpty FilePath)) Source #

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

makepkgSource :: User -> IO [FilePath] Source #

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