[arch-commits] Commit in agda-stdlib/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Oct 15 09:22:28 UTC 2017
Date: Sunday, October 15, 2017 @ 09:22:27
Author: felixonmars
Revision: 262897
archrelease: copy trunk to community-i686, community-x86_64
Added:
agda-stdlib/repos/community-i686/PKGBUILD
(from rev 262896, agda-stdlib/trunk/PKGBUILD)
agda-stdlib/repos/community-x86_64/PKGBUILD
(from rev 262896, agda-stdlib/trunk/PKGBUILD)
Deleted:
agda-stdlib/repos/community-i686/PKGBUILD
agda-stdlib/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-x86_64/PKGBUILD | 35 ----------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-15 09:21:41 UTC (rev 262896)
+++ community-i686/PKGBUILD 2017-10-15 09:22:27 UTC (rev 262897)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=agda-stdlib
-pkgver=0.13
-pkgrel=1
-pkgdesc="Agda standard libraries"
-url="https://github.com/agda/agda-stdlib"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("agda")
-makedepends=("ghc" "git" "haskell-filemanip")
-options=('staticlibs')
-source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd "${srcdir}/${pkgname}"
-
- runhaskell Setup configure
- runhaskell Setup build
-
- dist/build/GenerateEverything/GenerateEverything
-
- agda -i. -isrc Everything.agda
- agda --html -i. -isrc README.agda
-}
-
-package() {
- cd "${srcdir}/${pkgname}"
- install -dm755 "$pkgdir/usr/share/agda/lib/prim"
- cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
- install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}
Copied: agda-stdlib/repos/community-i686/PKGBUILD (from rev 262896, agda-stdlib/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-15 09:22:27 UTC (rev 262897)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=agda-stdlib
+pkgver=0.14
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib"
+license=("MIT")
+arch=('i686' '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")
+sha512sums=('fcb785110c72fa8d298346150827766bdcb308502a4b915b56b6bb43aff9b5f93fd23932e08a78d97ec723ad0f2ea49c7f132b3b8cc8a535f9cde49387c95c51')
+
+build() {
+ cd $pkgname-$pkgver
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanill
+ runhaskell Setup build
+
+ dist/build/GenerateEverything/GenerateEverything
+
+ agda -i. -isrc Everything.agda
+ agda --html -i. -isrc README.agda
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -dm755 "$pkgdir"/usr/share/agda/lib/prim
+ cp -pr Everything.agda* src/* "$pkgdir"/usr/share/agda/lib/prim
+ install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-15 09:21:41 UTC (rev 262896)
+++ community-x86_64/PKGBUILD 2017-10-15 09:22:27 UTC (rev 262897)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=agda-stdlib
-pkgver=0.13
-pkgrel=1
-pkgdesc="Agda standard libraries"
-url="https://github.com/agda/agda-stdlib"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("agda")
-makedepends=("ghc" "git" "haskell-filemanip")
-options=('staticlibs')
-source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd "${srcdir}/${pkgname}"
-
- runhaskell Setup configure
- runhaskell Setup build
-
- dist/build/GenerateEverything/GenerateEverything
-
- agda -i. -isrc Everything.agda
- agda --html -i. -isrc README.agda
-}
-
-package() {
- cd "${srcdir}/${pkgname}"
- install -dm755 "$pkgdir/usr/share/agda/lib/prim"
- cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
- install -D -m644 "LICENCE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}
Copied: agda-stdlib/repos/community-x86_64/PKGBUILD (from rev 262896, agda-stdlib/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-15 09:22:27 UTC (rev 262897)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=agda-stdlib
+pkgver=0.14
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib"
+license=("MIT")
+arch=('i686' '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")
+sha512sums=('fcb785110c72fa8d298346150827766bdcb308502a4b915b56b6bb43aff9b5f93fd23932e08a78d97ec723ad0f2ea49c7f132b3b8cc8a535f9cde49387c95c51')
+
+build() {
+ cd $pkgname-$pkgver
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanill
+ runhaskell Setup build
+
+ dist/build/GenerateEverything/GenerateEverything
+
+ agda -i. -isrc Everything.agda
+ agda --html -i. -isrc README.agda
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -dm755 "$pkgdir"/usr/share/agda/lib/prim
+ cp -pr Everything.agda* src/* "$pkgdir"/usr/share/agda/lib/prim
+ install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+}
More information about the arch-commits
mailing list