[arch-commits] Commit in alex/repos (2 files)

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 20:54:46
  Author: felixonmars
Revision: 785195

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 785194, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 785194, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-12-23 20:54:46 UTC (rev 785195)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.6
+pkgrel=2
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('05b6e55e9a1c348aea599d1130780a3d2a0a7c5f1db00b2c98bd34737cac9d48842fb1b1f98947a99d99013f94e39a6ffee1af8546f02fb2d32fcf362ff0f83c')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 10:32:13
  Author: felixonmars
Revision: 692603

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 692601, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 692601, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-30 10:32:13 UTC (rev 692603)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=10
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:16:50
  Author: felixonmars
Revision: 682118

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 682117, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 682117, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-08-17 05:16:50 UTC (rev 682118)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=9
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 09:01:39
  Author: felixonmars
Revision: 617828

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 617826, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 617826, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-23 09:01:39 UTC (rev 617828)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=7
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-04-08 Thread Felix Yan via arch-commits
Date: Wednesday, April 8, 2020 @ 15:20:47
  Author: felixonmars
Revision: 612618

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 612617, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 612617, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-08 15:20:47 UTC (rev 612618)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=6
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 20:34:31
  Author: felixonmars
Revision: 583157

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 583156, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 583156, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-26 20:34:31 UTC (rev 583157)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=5
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:02:47
  Author: felixonmars
Revision: 571210

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 571209, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 571209, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-02-14 21:02:47 UTC (rev 571210)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=4
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 17:37:15
  Author: felixonmars
Revision: 550311

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 550310, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 550310, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-08 17:37:15 UTC (rev 550311)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.5
+pkgrel=3
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('5823fb066c5ec67256108cfc1550703b86881f319337922e7248fb33def374f0010c60605538a49cfaaa880b0f73ace9dba6d088c078f3c455c5d9adce2719c9')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+--prefix=/usr \
+--datasubdir=$pkgname \
+--enable-executable-dynamic \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2019-09-15 Thread Felix Yan via arch-commits
Date: Sunday, September 15, 2019 @ 16:00:34
  Author: felixonmars
Revision: 510763

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 510762, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 510762, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-09-15 16:00:34 UTC (rev 510763)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=13
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('BSD')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2019-06-22 Thread Felix Yan via arch-commits
Date: Sunday, June 23, 2019 @ 02:39:20
  Author: felixonmars
Revision: 482830

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 482829, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 482829, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-06-23 02:39:20 UTC (rev 482830)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=12
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('BSD')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2019-05-10 Thread Felix Yan via arch-commits
Date: Friday, May 10, 2019 @ 14:44:12
  Author: felixonmars
Revision: 464833

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 464832, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 464832, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-10 14:44:12 UTC (rev 464833)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=10
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('BSD')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2019-04-24 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 20:57:43
  Author: felixonmars
Revision: 453474

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 453473, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 453473, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-04-24 20:57:43 UTC (rev 453474)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=9
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('BSD')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 09:20:39
  Author: felixonmars
Revision: 438216

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 438215, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 438215, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-09 09:20:39 UTC (rev 438216)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=8
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('BSD')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 19:50:13
  Author: felixonmars
Revision: 413055

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 413054, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 413054, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-12-09 19:50:13 UTC (rev 413055)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=7
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('BSD')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 17:47:15
  Author: felixonmars
Revision: 401729

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 401728, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 401728, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-11-06 17:47:15 UTC (rev 401729)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=6
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 12:44:47
  Author: felixonmars
Revision: 393472

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 393471, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 393471, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-14 12:44:47 UTC (rev 393472)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=5
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 07:36:45
  Author: felixonmars
Revision: 335607

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 335606, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 335606, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-01 07:36:45 UTC (rev 335607)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=4
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 09:00:10
  Author: felixonmars
Revision: 323538

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 323537, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 323537, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-17 09:00:10 UTC (rev 323538)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=3
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-02-26 Thread Felix Yan via arch-commits
Date: Tuesday, February 27, 2018 @ 07:47:53
  Author: felixonmars
Revision: 298917

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 298916, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 298916, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-27 07:47:53 UTC (rev 298917)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.3
+pkgrel=5
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2018-01-22 Thread Felix Yan via arch-commits
Date: Tuesday, January 23, 2018 @ 06:32:42
  Author: felixonmars
Revision: 285373

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 285372, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 285372, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-23 06:32:42 UTC (rev 285373)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.3
+pkgrel=4
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in alex/repos (2 files)

2017-11-26 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 09:20:20
  Author: felixonmars
Revision: 268862

archrelease: copy trunk to community-staging-x86_64

Added:
  alex/repos/community-staging-x86_64/
  alex/repos/community-staging-x86_64/PKGBUILD
(from rev 268861, alex/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 268861, 
alex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-11-26 09:20:20 UTC (rev 268862)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Philip Nilsson 
+
+pkgname=alex
+pkgver=3.2.3
+pkgrel=3
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" 
--enable-executable-dynamic
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# vim:set ts=2 sw=2 et: