Copyright | (c) Colin Woodbury, 2014,2015 |
---|---|
License | GPL3 |
Maintainer | Colin Woodbury <colingw@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
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.