Date: Monday, February 8, 2016 @ 00:57:10
  Author: foutrelis
Revision: 160571

archrelease: copy trunk to community-staging-any

Added:
  zshdb/repos/community-staging-any/
  zshdb/repos/community-staging-any/PKGBUILD
    (from rev 160570, zshdb/trunk/PKGBUILD)

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

Copied: zshdb/repos/community-staging-any/PKGBUILD (from rev 160570, 
zshdb/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2016-02-07 23:57:10 UTC (rev 160571)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org>
+# Contributor: noonov <noo...@gmail.com>
+
+pkgname=zshdb
+pkgver=0.08
+pkgrel=4
+pkgdesc='A debugger for zsh scripts.'
+arch=('any')
+url='http://bashdb.sourceforge.net/'
+license=('GPL')
+depends=('zsh')
+optdepends=('python-pygments: for syntax highlighting')
+source=("http://downloads.sourceforge.net/sourceforge/bashdb/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f43c2a4bd7683b0977d35aae86bdc55d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to