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

Evangelos Foutras foutrelis at archlinux.org
Sun Feb 7 23:59:10 UTC 2016


    Date: Monday, February 8, 2016 @ 00:59:09
  Author: foutrelis
Revision: 160580

archrelease: copy trunk to community-staging-any

Added:
  zsh-lovers/repos/community-staging-any/
  zsh-lovers/repos/community-staging-any/PKGBUILD
    (from rev 160579, zsh-lovers/trunk/PKGBUILD)

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

Copied: zsh-lovers/repos/community-staging-any/PKGBUILD (from rev 160579, zsh-lovers/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-02-07 23:59:09 UTC (rev 160580)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
+# Contributor: Patrick Leslie Polzer <polzer at gnu.org>
+# Contributor: Aaron 'venisonslurpee' Laursen <venisonslurpee at gmail.com>
+
+pkgname=zsh-lovers
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="A collection of tips, tricks and examples for the Z shell."
+arch=('any')
+url='http://grml.org/zsh/#zshlovers'
+license=('GPL')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grml/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('96de41a9b20a93b46f4adcfcf9948682')
+makedepends=('asciidoc')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  a2x -vv --no-xmllint -f manpage zsh-lovers.1.txt
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/"
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}



More information about the arch-commits mailing list