5 # PKGBUILD options/directives
9 pkgdesc="Console-based gettings-things-done application"
10 url="http://www.mlesniak.com/haskell/gettings-things-done-in-haskell/"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-ansi-terminal=0.5.5"
15 "haskell-containers=0.4.0.0"
16 "haskell-directory=1.1.0.0"
17 "haskell-haskeline=0.6.3.2"
18 "haskell-mtl=2.0.1.0")
21 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
23 sha256sums=("86616afa153ffaab71a71ff0cd1bdf8b9ecedca2abcd3525f30ddb0f3f295167")
27 cd ${srcdir}/${_hkgname}-${pkgver}
28 runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}
29 runhaskell Setup build
33 cd ${srcdir}/${_hkgname}-${pkgver}
34 runhaskell Setup copy --destdir=${pkgdir}