1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
6 pkgdesc='Configurable fortune cookie proclaiming cow (and a few other creatures)'
7 url='https://github.com/anthraxx/cowfortune'
10 depends=('cowsay' 'fortune-mod')
11 optdepends=('lolcat: rainbow coloring support')
12 backup=('etc/cowfortune/config'
13 'etc/cowfortune/whitelist'
14 'etc/cowfortune/blacklist')
15 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/anthraxx/cowfortune/archive/${pkgver}.tar.gz)
16 sha512sums=('42ab237ab571bc758e678fc66d1c4eb9694807e5886ee23056ccd738805a31c1de2c07c35466e4cc6c8cf4d7fcdd94289ddf207e5de374ccd60e37161d72469b')
19 cd ${pkgname}-${pkgver}
24 cd ${pkgname}-${pkgver}
25 make DESTDIR="${pkgdir}" install
26 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
27 install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"