[arch-commits] Commit in alex/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sun Dec 9 19:50:15 UTC 2018
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 <xyproto at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Philip Nilsson <pnilsson at nullref.se>
+
+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:
More information about the arch-commits
mailing list