# Maintainer: Natanael Copa pkgname=texinfo pkgver=7.0.3 pkgrel=2 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" url="https://www.gnu.org/software/texinfo/" arch="all" options="!check" # Test dependencies are not packaged license="GPL-3.0-or-later" depends="perl" makedepends="ncurses-dev perl-dev" subpackages="$pkgname-doc" source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz fix-build-without-NLS.patch" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --disable-nls make } package() { make DESTDIR="$pkgdir"/ install } sha512sums=" 7d14f7458f2b7d0ee0b740e00a5fc2a9d61d33811aa5905d649875ec518dcb4f01be46fb0c46748f7dfe36950597a852f1473ab0648d5add225bc8f35528a8ff texinfo-7.0.3.tar.xz 4e81263afa0d3c58316e8104f9c155f0c11946fae7a9fa98ff3d86637e56be377fe584ca82df0786f4c74a180813cbcf87f25e0ee7bbbea9073eac20660f08d9 fix-build-without-NLS.patch "