[arch-commits] Commit in haskell-optparse-applicative0.12/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 22 02:42:25 UTC 2016
Date: Saturday, October 22, 2016 @ 02:42:25
Author: felixonmars
Revision: 192910
archrelease: copy trunk to community-i686, community-x86_64
Added:
haskell-optparse-applicative0.12/repos/community-i686/
haskell-optparse-applicative0.12/repos/community-i686/PKGBUILD
(from rev 192909, haskell-optparse-applicative0.12/trunk/PKGBUILD)
haskell-optparse-applicative0.12/repos/community-x86_64/
haskell-optparse-applicative0.12/repos/community-x86_64/PKGBUILD
(from rev 192909, haskell-optparse-applicative0.12/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: haskell-optparse-applicative0.12/repos/community-i686/PKGBUILD (from rev 192909, haskell-optparse-applicative0.12/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-22 02:42:25 UTC (rev 192910)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Roger Duran <rogerduran at gmail.com>
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative0.12
+pkgver=0.12.1.0
+pkgrel=1
+pkgdesc="Utilities and combinators for parsing command line options (legacy 0.12 version)"
+url="https://github.com/pcapriotti/optparse-applicative"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('18b46d6d2c17e941bb02f84e980390f056795dce73ece946d71d3d4d002313d5')
+
+build() {
+ cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --libsubdir=\$compiler/site-local/\$pkgid
+ runhaskell Setup build
+ runhaskell Setup haddock --hoogle --html
+ 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 "${srcdir}/${_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"
+ install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}0.12"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
Copied: haskell-optparse-applicative0.12/repos/community-x86_64/PKGBUILD (from rev 192909, haskell-optparse-applicative0.12/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-22 02:42:25 UTC (rev 192910)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Roger Duran <rogerduran at gmail.com>
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative0.12
+pkgver=0.12.1.0
+pkgrel=1
+pkgdesc="Utilities and combinators for parsing command line options (legacy 0.12 version)"
+url="https://github.com/pcapriotti/optparse-applicative"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('18b46d6d2c17e941bb02f84e980390f056795dce73ece946d71d3d4d002313d5')
+
+build() {
+ cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --libsubdir=\$compiler/site-local/\$pkgid
+ runhaskell Setup build
+ runhaskell Setup haddock --hoogle --html
+ 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 "${srcdir}/${_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"
+ install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}0.12"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list