diff --git a/srcpkgs/pinfo/template b/srcpkgs/pinfo/template index af0dea38854..39b8cd05f13 100644 --- a/srcpkgs/pinfo/template +++ b/srcpkgs/pinfo/template @@ -1,13 +1,19 @@ # Template file for 'pinfo' pkgname=pinfo -version=0.6.8 -revision=2 +version=0.6.13 +revision=1 build_style=gnu-configure -makedepends="ncurses-devel" +configure_args="CFLAGS=-Wno-error" +hostmakedepends="autoconf automake" +makedepends="ncurses-devel gettext-devel" short_desc="Lynx-style info and man reader" maintainer="Orphaned " license="GPL-2.0-only" -homepage="http://pinfo.sourceforge.net/" -distfiles="http://pinfo.sourceforge.net/pinfo-${version}.tar.gz" -checksum=f5a177986dea663102f6a6c31895cd07c3e2fdb81d936ef5c176f709a2a40a4e +homepage="https://github.com/baszoetekouw/pinfo" +distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz" +checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217 nocross="https://travis-ci.org/void-linux/void-packages/jobs/458567778#L995" + +pre_configure() { + ./autogen.sh +}