aura-2.0.0: A secure package manager for Arch Linux and the AUR, written in Haskell.

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

Aura.Pkgbuild.Records

Description

Handle the storing of PKGBUILDs.

Synopsis

Documentation

hasPkgbuildStored :: PkgName -> IO Bool Source #

Does a given package has a PKGBUILD stored? This is True when a package has been built successfully once before.

storePkgbuilds :: NonEmptySet Buildable -> IO () Source #

Write the PKGBUILDs of some Buildables to disk.