[arch-commits] Commit in zsh-lovers/repos/community-any (PKGBUILD PKGBUILD)
Lukas Fleischer
lfleischer at nymeria.archlinux.org
Fri May 9 13:51:20 UTC 2014
Date: Friday, May 9, 2014 @ 15:51:20
Author: lfleischer
Revision: 110913
archrelease: copy trunk to community-any
Added:
zsh-lovers/repos/community-any/PKGBUILD
(from rev 110912, zsh-lovers/trunk/PKGBUILD)
Deleted:
zsh-lovers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 45 ++++++++++++++++++++++++++-------------------
1 file changed, 26 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-09 13:51:13 UTC (rev 110912)
+++ PKGBUILD 2014-05-09 13:51:20 UTC (rev 110913)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# 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.8.3
-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=("http://grml.org/zsh/${pkgname}.1")
-md5sums=('60c8be931150f3d12d04be834e61035c')
-
-package() {
- install -Dm0644 "${srcdir}/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
Copied: zsh-lovers/repos/community-any/PKGBUILD (from rev 110912, zsh-lovers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-05-09 13:51:20 UTC (rev 110913)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# 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=1
+pkgdesc="A collection of tips, tricks and examples for the Z shell."
+arch=('any')
+url='http://grml.org/zsh/#zshlovers'
+license=('GPL')
+source=("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