Date: Sunday, September 9, 2018 @ 09:00:42
  Author: felixonmars
Revision: 378876

archrelease: copy trunk to community-testing-x86_64

Added:
  agda-stdlib/repos/community-testing-x86_64/
  agda-stdlib/repos/community-testing-x86_64/PKGBUILD
    (from rev 378875, agda-stdlib/trunk/PKGBUILD)
  agda-stdlib/repos/community-testing-x86_64/standard-library.agda-lib
    (from rev 378875, agda-stdlib/trunk/standard-library.agda-lib)

---------------------------+
 PKGBUILD                  |   39 +++++++++++++++++++++++++++++++++++++++
 standard-library.agda-lib |    2 ++
 2 files changed, 41 insertions(+)

Copied: agda-stdlib/repos/community-testing-x86_64/PKGBUILD (from rev 378875, 
agda-stdlib/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-09-09 09:00:42 UTC (rev 378876)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Arch Haskell Team <[email protected]>
+
+pkgname=agda-stdlib
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib";
+license=("MIT")
+arch=('x86_64')
+depends=('agda')
+makedepends=('ghc' 'haskell-filemanip')
+options=('staticlibs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/agda/agda-stdlib/archive/v$pkgver.tar.gz";
+        standard-library.agda-lib)
+sha512sums=('581a70e4e21ccfe3be2cb183145cde54cd15e0f6ebfccc5d61e025f29a499b41afd081996a5d06fb5f708ed27c865329d4c1cc81f91d292e6232642ffac1dc40'
+            
'92fad2f9b941af4506bb0d5d9d533d09823df89f7530ee5d787b741816ba07e68f25b96d6653ae6ed949ec23484c1fba47a63cc6401311462a55b5e06cfc032c')
+
+build() {
+    cd $pkgname-$pkgver
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla
+    runhaskell Setup build
+
+    dist/build/GenerateEverything/GenerateEverything
+
+    agda -i. -isrc Everything.agda
+    agda --html -i. -isrc README.agda
+}
+
+package() {
+    install -D -m644 standard-library.agda-lib 
"$pkgdir"/usr/share/agda/lib/standard-library.agda-lib
+
+    cd $pkgname-$pkgver
+    install -dm755 "$pkgdir"/usr/share/agda/lib/stdlib
+    cp -pr Everything.agda* src/* "$pkgdir"/usr/share/agda/lib/stdlib
+    install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}

Copied: agda-stdlib/repos/community-testing-x86_64/standard-library.agda-lib 
(from rev 378875, agda-stdlib/trunk/standard-library.agda-lib)
===================================================================
--- community-testing-x86_64/standard-library.agda-lib                          
(rev 0)
+++ community-testing-x86_64/standard-library.agda-lib  2018-09-09 09:00:42 UTC 
(rev 378876)
@@ -0,0 +1,2 @@
+name: standard-library
+include: stdlib

Reply via email to