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

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

Linux.Arch.Aur.Pkgbuild

Description

 

Synopsis

Documentation

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

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

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

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

pkgbuildUrl :: String -> String

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