# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Bartosz Chmura <chmurli@gmail.com>
# Contributor: FJ <joostef@gmail.com>

pkgname=asciiquarium
pkgver=1.1
pkgrel=7
pkgdesc='An aquarium/sea animation in ASCII art'
url='https://robobunny.com/projects/asciiquarium/html'
arch=('any')
license=('GPL2')
depends=('perl' 'perl-term-animation')
source=(${pkgname}-${pkgver}.tar.gz::https://robobunny.com/projects/${pkgname}/${pkgname}.tar.gz)
sha512sums=('109da0aaba272465aa2cf5ce010e9ca1ece3be5be996dfe12709b3c10e44572492196b1852e8c103ed89d2c6efd0b05e454a718267cbcc4924806d30a072d926')


package() {
  cd ${pkgname}_${pkgver}
  install -Dm 755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
}

# vim: ts=2 sw=2 et:
