# $Id: PKGBUILD 142923 2015-10-04 16:08:24Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: bruce <b_a_g99 (at) hotmail (dot) com>

pkgname=groovy-docs
pkgver=2.4.5
pkgrel=1
pkgdesc='Documentation for the Groovy programming language'
url='http://groovy.codehaus.org/'
license=('APACHE')
arch=('any')
source=("http://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip")
sha256sums=('5bd97269d7c379c475f00996ca828ee2ab3f802985d9db061981b310e33e0877')

package() {
  cd "groovy-$pkgver"

  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
  cp -r * "$pkgdir/usr/share/doc/groovy-$pkgver"
  find "$pkgdir" -type f -exec chmod -x {} \;
}

# getver: groovy-lang.org/changelogs.html
# vim:set ts=2 sw=2 et:
