# $Id: PKGBUILD 106052 2014-02-21 18:17:01Z anatolik $
# Maintainer: Anatol Pomozov <anatol@google.com>
# Contributor: Lucas De Marchi <lucas.de.marchi@gmail.com>

pkgname=codespell
pkgver=1.6
pkgrel=2
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"
}
