[arch-commits] Commit in (4 files)

Anatol Pomozov anatolik at nymeria.archlinux.org
Fri Feb 21 18:00:12 UTC 2014


    Date: Friday, February 21, 2014 @ 19:00:12
  Author: anatolik
Revision: 106047

codespell: move from aur to [community]

Added:
  codespell/
  codespell/repos/
  codespell/trunk/
  codespell/trunk/PKGBUILD

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

Added: codespell/trunk/PKGBUILD
===================================================================
--- codespell/trunk/PKGBUILD	                        (rev 0)
+++ codespell/trunk/PKGBUILD	2014-02-21 18:00:12 UTC (rev 106047)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol at google.com>
+# Contributor: Lucas De Marchi <lucas.de.marchi at 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"
+}


Property changes on: codespell/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list