pkgname=fortune-mod-that70sshow pkgver=1601221149 pkgrel=1 _ver=5 pkgdesc="Fortune quotes from That '70s Show" arch=('any') license=('custom:cc-sa-3.0') url="http://en.wikiquote.org/wiki/That_'70s_Show" depends=('fortune-mod') makedepends=('fortune-mod' 'make' 'coreutils' 'sed' 'grep' 'wikiquote-fortune>=1.4') source=("https://github.com/maandree/wikiquote-fortune-collection/archive/${_ver}.tar.gz") sha256sums=(f25b0e335782fc59bf960e5f09c16ebd0bd38cb9cb174f0338c6ba5f8d3013b5) build() { cd "${srcdir}/wikiquote-fortune-collection-${_ver}" make SHOWS=that70sshow SCRIPTS= } package() { cd "${srcdir}/wikiquote-fortune-collection-${_ver}" cd quotes/that70sshow install -dm755 -- "${pkgdir}/usr/share/fortune" install -m644 -- that70sshow that70sshow.dat "${pkgdir}/usr/share/fortune" }