Date: Sunday, April 2, 2023 @ 05:15:09
Author: felixonmars
Revision: 1432929
archrelease: copy trunk to community-staging-x86_64
Added:
haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 1432928, haskell-incremental-parser/trunk/PKGBUILD)
Deleted:
haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-02 05:15:02 UTC (rev 1432928)
+++ PKGBUILD 2023-04-02 05:15:09 UTC (rev 1432929)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Thomas Dziedzic <[email protected]>
-
-_hkgname=incremental-parser
-pkgname=haskell-incremental-parser
-pkgver=0.5.0.4
-pkgrel=34
-pkgdesc="Generic parser library capable of providing partial results from
partial input."
-url="https://hackage.haskell.org/package/${_hkgname}"
-license=('GPL')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-input-parsers' 'haskell-monoid-subclasses'
'haskell-parsers'
- 'haskell-rank2classes')
-makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers'
'haskell-tasty'
- 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('70362d214957e26791d61083f67cb2c54f72d37f1a7c7dbc6f7263976371289d4d292f7ecfff24c486a96d99a706d9185e50350c5da8839aca31eebbfb1a7d5d')
-
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u monoid-subclasses -u rank2classes $_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 --datasubdir=$pkgname
--enable-tests \
- --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fllvm
- 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 --show-details=direct
-}
-
-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"
- rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-}
Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 1432928, haskell-incremental-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-02 05:15:09 UTC (rev 1432929)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Thomas Dziedzic <[email protected]>
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.5.0.4
+pkgrel=35
+pkgdesc="Generic parser library capable of providing partial results from
partial input."
+url="https://hackage.haskell.org/package/${_hkgname}"
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-input-parsers' 'haskell-monoid-subclasses'
'haskell-parsers'
+ 'haskell-rank2classes')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers'
'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('70362d214957e26791d61083f67cb2c54f72d37f1a7c7dbc6f7263976371289d4d292f7ecfff24c486a96d99a706d9185e50350c5da8839aca31eebbfb1a7d5d')
+
+prepare() {
+ cd $_hkgname-$pkgver
+ uusi -u monoid-subclasses -u rank2classes $_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 --datasubdir=$pkgname
--enable-tests \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
--ghc-option=-fllvm
+ 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 --show-details=direct
+}
+
+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"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}