Date: Friday, February 21, 2014 @ 19:04:41
  Author: anatolik
Revision: 106049

archrelease: copy trunk to community-any

Added:
  codespell/repos/community-any/
  codespell/repos/community-any/PKGBUILD
    (from rev 106048, codespell/trunk/PKGBUILD)

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

Copied: codespell/repos/community-any/PKGBUILD (from rev 106048, 
codespell/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD                              (rev 0)
+++ community-any/PKGBUILD      2014-02-21 18:04:41 UTC (rev 106049)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov <ana...@google.com>
+# Contributor: Lucas De Marchi <lucas.de.mar...@gmail.com>
+
+pkgname=codespell
+pkgver=1.6
+pkgrel=1
+pkgdesc='Fix common misspellings in source code'
+url='https://github.com/lucasdemarchi/codespell'
+license=(GPL)
+arch=(any)
+depends=(python)
+source=(https://github.com/lucasdemarchi/codespell/archive/v$pkgver.tar.gz)
+sha256sums=('7777b8c57a1608d7cfeed7e5768e913d00c89eeeb60dbd63966b8964e86a75c1')
+
+package() {
+  cd codespell-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Reply via email to