Date: Sunday, April 2, 2023 @ 09:24:06
  Author: felixonmars
Revision: 1433527

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD
    (from rev 1433526, haskell-hls-plugin-api/trunk/PKGBUILD)
Deleted:
  haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-02 09:23:58 UTC (rev 1433526)
+++ PKGBUILD    2023-04-02 09:24:06 UTC (rev 1433527)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-_hkgname=hls-plugin-api
-pkgname=haskell-hls-plugin-api
-pkgver=1.5.0.0
-pkgrel=30
-pkgdesc="Haskell Language Server API for plugin communication"
-url="https://github.com/haskell/haskell-language-server/hls-plugin-api";
-license=("Apache")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 
'haskell-dependent-map'
-         'haskell-dependent-sum' 'haskell-dlist' 'haskell-extra' 'haskell-ghc' 
'haskell-hashable'
-         'haskell-hls-graph' 'haskell-lens' 'haskell-lens-aeson' 'haskell-lsp'
-         'haskell-optparse-applicative' 'haskell-opentelemetry' 
'haskell-regex-tdfa'
-         'haskell-unordered-containers')
-makedepends=('ghc' 'uusi' 'haskell-lsp-types' 'haskell-tasty' 
'haskell-tasty-hunit'
-             'haskell-tasty-rerun')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('f241fb9603f4e0631f279b7fe11769a6dbd450923b1fbf1e1e93a40547281c81edbfe4e49bd5682845807bed881ed8a41dbcf69d268169d9633d3e3326bb7b26')
-
-prepare() {
-  cd $_hkgname-$pkgver
-  gen-setup
-}
-
-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 \
-    --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 $_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"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hls-plugin-api/repos/community-staging-x86_64/PKGBUILD (from 
rev 1433526, haskell-hls-plugin-api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-02 09:24:06 UTC (rev 1433527)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan <[email protected]>
+
+_hkgname=hls-plugin-api
+pkgname=haskell-hls-plugin-api
+pkgver=1.5.0.0
+pkgrel=31
+pkgdesc="Haskell Language Server API for plugin communication"
+url="https://github.com/haskell/haskell-language-server/hls-plugin-api";
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-data-default' 
'haskell-dependent-map'
+         'haskell-dependent-sum' 'haskell-dlist' 'haskell-extra' 'haskell-ghc' 
'haskell-hashable'
+         'haskell-hls-graph' 'haskell-lens' 'haskell-lens-aeson' 'haskell-lsp'
+         'haskell-optparse-applicative' 'haskell-opentelemetry' 
'haskell-regex-tdfa'
+         'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-lsp-types' 'haskell-tasty' 
'haskell-tasty-hunit'
+             'haskell-tasty-rerun')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('f241fb9603f4e0631f279b7fe11769a6dbd450923b1fbf1e1e93a40547281c81edbfe4e49bd5682845807bed881ed8a41dbcf69d268169d9633d3e3326bb7b26')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+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 \
+    --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 $_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"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Reply via email to