# Maintainer: Frederik Schwan # Contributor: Bartłomiej Piotrowski # Contributor: Allan McRae # Contributor: Tom Newsom pkgname=texinfo pkgver=7.1 pkgrel=2 pkgdesc='GNU documentation system for on-line information and printed output' arch=(x86_64) url='https://www.gnu.org/software/texinfo/' license=(GPL3) depends=(ncurses gzip perl sh) optdepends=('perl-archive-zip: EPUB file output via texi2any') source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} texinfo-install.hook texinfo-remove.hook) sha256sums=('deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953' 'SKIP' 'beb0ff50bd8e8ca1d6e1c01e6a50352f9d25937c62822cf767a7b3d8f7374a9d' '913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9') validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } check() { make -C $pkgname-$pkgver check } package() { make -C $pkgname-$pkgver DESTDIR="$pkgdir" install install -dm755 "$pkgdir"/usr/share/libalpm/hooks/ install -m644 texinfo-{install,remove}.hook "$pkgdir"/usr/share/libalpm/hooks/ }