[arch-commits] Commit in (4 files)
Felix Yan
felixonmars at archlinux.org
Thu May 24 09:04:12 UTC 2018
Date: Thursday, May 24, 2018 @ 09:04:11
Author: felixonmars
Revision: 328522
addpkg: haskell-conversion 1.2.1-1
Added:
haskell-conversion/
haskell-conversion/repos/
haskell-conversion/trunk/
haskell-conversion/trunk/PKGBUILD
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Added: haskell-conversion/trunk/PKGBUILD
===================================================================
--- haskell-conversion/trunk/PKGBUILD (rev 0)
+++ haskell-conversion/trunk/PKGBUILD 2018-05-24 09:04:11 UTC (rev 328522)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+_hkgname=conversion
+pkgname=haskell-conversion
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Universal converter between values of different types"
+url="https://github.com/nikita-volkov/conversion"
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f4cc84d1d1bba63b0191d2c98caa14d67ff6601eb2a0d95aebf88116e80adefe84d7e1fc3530146efa5b67170c7311afdaf811a093278891ade13483aaa3f6eb')
+
+build() {
+ cd $_hkgname-$pkgver
+
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+ runhaskell Setup build
+ 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
+}
+
+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" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
Property changes on: haskell-conversion/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list