[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, December 29, 2020 @ 08:37:50 Author: felixonmars Revision: 796495 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 796494, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 796494, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-29 08:37:50 UTC (rev 796495) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=13 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, December 28, 2020 @ 01:52:48 Author: felixonmars Revision: 794264 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 794263, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 794263, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-28 01:52:48 UTC (rev 794264) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=12 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Saturday, December 26, 2020 @ 01:14:13 Author: felixonmars Revision: 791472 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 791471, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 791471, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-26 01:14:13 UTC (rev 791472) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=11 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, December 25, 2020 @ 00:42:10 Author: felixonmars Revision: 789306 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 789305, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 789305, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-25 00:42:10 UTC (rev 789306) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=10 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Thursday, December 24, 2020 @ 04:38:15 Author: felixonmars Revision: 786306 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 786305, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 786305, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-24 04:38:15 UTC (rev 786306) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=9 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Wednesday, December 23, 2020 @ 03:44:27 Author: felixonmars Revision: 783527 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 783526, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 783526, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-23 03:44:27 UTC (rev 783527) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=8 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Sunday, December 20, 2020 @ 21:56:46 Author: felixonmars Revision: 780779 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 780778, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 780778, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-20 21:56:46 UTC (rev 780779) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=7 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Thursday, December 17, 2020 @ 20:28:40 Author: felixonmars Revision: 778010 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 778009, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 778009, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-17 20:28:40 UTC (rev 778010) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=6 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Sunday, December 13, 2020 @ 13:35:32 Author: felixonmars Revision: 774256 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 774255, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 774255, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-12-13 13:35:32 UTC (rev 774256) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=5 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, November 27, 2020 @ 19:41:31 Author: felixonmars Revision: 764621 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 764620, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 764620, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-11-27 19:41:31 UTC (rev 764621) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=4 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, November 24, 2020 @ 01:28:06 Author: felixonmars Revision: 760197 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 760196, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 760196, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-11-24 01:28:06 UTC (rev 760197) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=3 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, November 16, 2020 @ 14:59:11 Author: felixonmars Revision: 755294 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 755293, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 755293, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-11-16 14:59:11 UTC (rev 755294) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=2 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Thursday, November 12, 2020 @ 20:29:41 Author: felixonmars Revision: 753726 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 753725, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 43 +++ 1 file changed, 43 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 753725, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-11-12 20:29:41 UTC (rev 753726) @@ -0,0 +1,43 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.6 +pkgrel=1 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('f1cf9533ffd1392d9790b1133f72789a62808bf96fdca8470a397c75cc8addfffa65ca3f16f084760b604e4efdb43b1dfcfbe3f7ca477b296c85b470950c62dc') + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, November 6, 2020 @ 11:00:12 Author: felixonmars Revision: 743929 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 743928, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 743928, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-11-06 11:00:12 UTC (rev 743929) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=36 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, November 2, 2020 @ 11:51:18 Author: felixonmars Revision: 739504 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 739503, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 739503, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-11-02 11:51:18 UTC (rev 739504) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=35 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, October 30, 2020 @ 22:04:54 Author: felixonmars Revision: 737327 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 737326, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 737326, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-30 22:04:54 UTC (rev 737327) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=34 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, October 27, 2020 @ 20:44:28 Author: felixonmars Revision: 735084 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 735083, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 735083, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-27 20:44:28 UTC (rev 735084) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=33 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Saturday, October 24, 2020 @ 23:13:48 Author: felixonmars Revision: 732009 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 732008, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 732008, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-24 23:13:48 UTC (rev 732009) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=32 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Wednesday, October 21, 2020 @ 19:51:44 Author: felixonmars Revision: 728311 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 728310, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 728310, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-21 19:51:44 UTC (rev 728311) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=31 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, October 16, 2020 @ 21:55:57 Author: felixonmars Revision: 725089 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 725088, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 725088, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-16 21:55:57 UTC (rev 725089) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=30 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Wednesday, October 7, 2020 @ 00:51:21 Author: felixonmars Revision: 720081 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 720080, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 720080, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-07 00:51:21 UTC (rev 720081) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=29 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Sunday, October 4, 2020 @ 00:13:40 Author: felixonmars Revision: 717095 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 717094, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 717094, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-04 00:13:40 UTC (rev 717095) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=28 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, October 2, 2020 @ 00:49:21 Author: felixonmars Revision: 714825 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 714824, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 714824, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-02 00:49:21 UTC (rev 714825) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=27 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Thursday, September 17, 2020 @ 20:02:19 Author: felixonmars Revision: 709246 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 709245, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 709245, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-09-17 20:02:19 UTC (rev 709246) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=26 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, September 14, 2020 @ 20:13:32 Author: felixonmars Revision: 706537 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 706536, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 706536, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-09-14 20:13:32 UTC (rev 706537) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=25 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Saturday, September 12, 2020 @ 16:51:17 Author: felixonmars Revision: 704349 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 704348, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 704348, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-09-12 16:51:17 UTC (rev 704349) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=24 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Thursday, September 10, 2020 @ 19:03:11 Author: felixonmars Revision: 702190 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 702189, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 702189, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-09-10 19:03:11 UTC (rev 702190) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=23 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, September 7, 2020 @ 13:53:53 Author: felixonmars Revision: 699811 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 699810, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 699810, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-09-07 13:53:53 UTC (rev 699811) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=22 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Wednesday, September 2, 2020 @ 19:45:47 Author: felixonmars Revision: 696913 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 696912, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 696912, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-09-02 19:45:47 UTC (rev 696913) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=21 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, August 31, 2020 @ 05:22:39 Author: felixonmars Revision: 693633 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 693632, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 693632, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-31 05:22:39 UTC (rev 693633) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=20 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, August 28, 2020 @ 12:02:58 Author: felixonmars Revision: 690628 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 690627, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 690627, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-28 12:02:58 UTC (rev 690628) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=19 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, August 25, 2020 @ 14:38:28 Author: felixonmars Revision: 688328 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 688327, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 688327, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-25 14:38:28 UTC (rev 688328) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=18 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, August 17, 2020 @ 20:21:03 Author: felixonmars Revision: 683201 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 683200, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 683200, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-17 20:21:03 UTC (rev 683201) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=17 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Saturday, August 15, 2020 @ 22:35:09 Author: felixonmars Revision: 680209 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 680208, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 680208, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-15 22:35:09 UTC (rev 680209) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=16 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Thursday, August 13, 2020 @ 17:21:53 Author: felixonmars Revision: 677737 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 677736, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 677736, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-13 17:21:53 UTC (rev 677737) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=15 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, August 11, 2020 @ 22:09:19 Author: felixonmars Revision: 675008 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 675007, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 675007, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-08-11 22:09:19 UTC (rev 675008) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=14 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, July 31, 2020 @ 23:44:41 Author: felixonmars Revision: 666775 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 666774, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 666774, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-07-31 23:44:41 UTC (rev 666775) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=13 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Sunday, June 28, 2020 @ 23:16:47 Author: felixonmars Revision: 655630 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 655629, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 655629, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-06-28 23:16:47 UTC (rev 655630) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=12 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, June 23, 2020 @ 22:50:24 Author: felixonmars Revision: 651824 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 651823, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 651823, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-06-23 22:50:24 UTC (rev 651824) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=11 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, June 22, 2020 @ 12:02:31 Author: felixonmars Revision: 650410 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 650409, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 650409, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-06-22 12:02:31 UTC (rev 650410) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=10 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Monday, June 15, 2020 @ 17:10:50 Author: felixonmars Revision: 645354 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 645353, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 645353, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-06-15 17:10:50 UTC (rev 645354) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=9 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Saturday, June 13, 2020 @ 23:28:45 Author: felixonmars Revision: 643417 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 643416, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 643416, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-06-13 23:28:45 UTC (rev 643417) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=8 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, June 12, 2020 @ 17:27:09 Author: felixonmars Revision: 642433 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 642432, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 642432, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-06-12 17:27:09 UTC (rev 642433) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=7 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Saturday, May 23, 2020 @ 16:40:42 Author: felixonmars Revision: 632213 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 632212, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 632212, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-23 16:40:42 UTC (rev 632213) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=6 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build $MAKEFLAGS +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Tuesday, May 12, 2020 @ 13:22:23 Author: felixonmars Revision: 626871 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 626870, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 626870, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-05-12 13:22:23 UTC (rev 626871) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=5 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Friday, April 24, 2020 @ 06:38:15 Author: felixonmars Revision: 618867 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 618866, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 618866, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-04-24 06:38:15 UTC (rev 618867) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=4 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.14/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Wednesday, April 1, 2020 @ 10:59:49 Author: felixonmars Revision: 608746 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 608745, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 608745, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-04-01 10:59:49 UTC (rev 608746) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=3 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.13/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Sunday, March 15, 2020 @ 15:39:46 Author: felixonmars Revision: 598268 archrelease: copy trunk to community-staging-x86_64 Added: haskell-tasty-hspec/repos/community-staging-x86_64/ haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 598267, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 598267, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-03-15 15:39:46 UTC (rev 598268) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=2 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.13/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}
[arch-commits] Commit in haskell-tasty-hspec/repos (2 files)
Date: Sunday, March 8, 2020 @ 18:24:12 Author: felixonmars Revision: 592327 archrelease: copy trunk to community-x86_64 Added: haskell-tasty-hspec/repos/community-x86_64/ haskell-tasty-hspec/repos/community-x86_64/PKGBUILD (from rev 592326, haskell-tasty-hspec/trunk/PKGBUILD) --+ PKGBUILD | 48 1 file changed, 48 insertions(+) Copied: haskell-tasty-hspec/repos/community-x86_64/PKGBUILD (from rev 592326, haskell-tasty-hspec/trunk/PKGBUILD) === --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2020-03-08 18:24:12 UTC (rev 592327) @@ -0,0 +1,48 @@ +# Maintainer: Felix Yan + +_hkgname=tasty-hspec +pkgname=haskell-tasty-hspec +pkgver=1.1.5.1 +pkgrel=1 +pkgdesc="Hspec support for the Tasty test framework" +url="https://github.com/mitchellwrosen/tasty-hspec"; +license=('BSD') +arch=('x86_64') +depends=('ghc-libs' 'haskell-hspec' 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-tasty' + 'haskell-tasty-smallcheck' 'haskell-tasty-quickcheck') +makedepends=('ghc') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('c03c2acdf57dc8aba762ba60a7448f92199ab55f8f311d4354e265c5c9ecb029c9242a65d0bc8e4d023bfaba89a674bf89f586e15f0e1c3f6fa66dc4ea682e6a') + +prepare() { +cd $_hkgname-$pkgver +sed -i -e 's/< *2/<3/' -e 's/< *1/<2/' -e 's/>= 4.12/>= 4.13/' $_hkgname.cabal +} + +build() { +cd $_hkgname-$pkgver + +runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ +--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ +--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +check() { +cd $_hkgname-$pkgver +runhaskell Setup test +} + +package() { +cd $_hkgname-$pkgver + +install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh +install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh +runhaskell Setup copy --destdir="$pkgdir" +install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE +}