aur-2.0.4: Access metadata from the Arch Linux User Repository.

Copyright(c) Colin Woodbury, 2014,2015
LicenseGPL3
MaintainerColin Woodbury <colingw@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Linux.Arch.Aur.Pkgbuild

Description

 

Synopsis

Documentation

pkgbuild :: MonadIO m => String -> m (Maybe Text) Source

The PKGBUILD of a given package, retrieved from the AUR servers.

pkgbuild' :: MonadIO m => Text -> m (Maybe Text) Source

Callable with Text as well, if that's easier.

pkgbuildUrl :: String -> String Source

The location of a given package's PKGBUILD on the AUR servers.