Date: Saturday, February 4, 2023 @ 23:49:27
Author: felixonmars
Revision: 1392604
archrelease: copy trunk to community-x86_64
Added:
haskell-hiedb/repos/community-x86_64/PKGBUILD
(from rev 1392603, haskell-hiedb/trunk/PKGBUILD)
Deleted:
haskell-hiedb/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-04 23:49:14 UTC (rev 1392603)
+++ PKGBUILD 2023-02-04 23:49:27 UTC (rev 1392604)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-_hkgname=hiedb
-pkgname=haskell-hiedb
-pkgver=0.4.1.0
-pkgrel=122
-pkgdesc="Generates a references DB from .hie files"
-url="https://github.com/wz1000/HieDb"
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-algebraic-graphs' 'haskell-ansi-terminal'
'haskell-extra' 'haskell-ghc'
- 'haskell-ghc-api-compat' 'haskell-ghc-paths' 'haskell-hie-compat'
'haskell-lucid'
- 'haskell-optparse-applicative' 'haskell-sqlite-simple'
'haskell-terminal-size')
-makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('b4d20f110e756a4bc056df41d6115e9faa8c91b2668abbae64de27b6169e4fb7e1067e1584f7a08dcc6e7a82923e41bab02ad7f0c6958fae764e94a46ee01aed')
-
-prepare() {
- cd hiedb-$pkgver
- sed -i 's/callProcess hc args/callProcess hc (["-dynamic"] ++ args)/'
test/Main.hs
-
- # algebraic-graphs 0.7
- sed -i 's/dfs vs m/dfs m vs/' src/HieDb/Query.hs
-}
-
-build() {
- cd hiedb-$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 \
- --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
- --ghc-option='-pie'
-
- 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 hiedb-$pkgver
- PATH="$PWD/dist/build/hiedb:$PATH" LD_LIBRARY_PATH="$PWD/dist/build"
runhaskell Setup test --show-details=direct
-}
-
-package() {
- cd hiedb-$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 -t "$pkgdir"/usr/share/licenses/$pkgname/
- rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}
Copied: haskell-hiedb/repos/community-x86_64/PKGBUILD (from rev 1392603,
haskell-hiedb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-04 23:49:27 UTC (rev 1392604)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <[email protected]>
+
+_hkgname=hiedb
+pkgname=haskell-hiedb
+pkgver=0.4.1.0
+pkgrel=123
+pkgdesc="Generates a references DB from .hie files"
+url="https://github.com/wz1000/HieDb"
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-algebraic-graphs' 'haskell-ansi-terminal'
'haskell-extra' 'haskell-ghc'
+ 'haskell-ghc-paths' 'haskell-hie-compat' 'haskell-lucid'
'haskell-optparse-applicative'
+ 'haskell-sqlite-simple' 'haskell-terminal-size')
+makedepends=('ghc' 'haskell-hspec' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+sha512sums=('b4d20f110e756a4bc056df41d6115e9faa8c91b2668abbae64de27b6169e4fb7e1067e1584f7a08dcc6e7a82923e41bab02ad7f0c6958fae764e94a46ee01aed')
+
+prepare() {
+ cd hiedb-$pkgver
+ sed -i 's/callProcess hc args/callProcess hc (["-dynamic"] ++ args)/'
test/Main.hs
+
+ # algebraic-graphs 0.7
+ sed -i 's/dfs vs m/dfs m vs/' src/HieDb/Query.hs
+}
+
+build() {
+ cd hiedb-$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 \
+ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+ --ghc-option='-pie'
+
+ 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 hiedb-$pkgver
+ PATH="$PWD/dist/build/hiedb:$PATH" LD_LIBRARY_PATH="$PWD/dist/build"
runhaskell Setup test --show-details=direct
+}
+
+package() {
+ cd hiedb-$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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+ rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}