pinfo: unmark nocross

This commit is contained in:
Nathan Owens 2019-11-13 15:28:47 -06:00 committed by Helmut Pozimski
parent 7899761844
commit 30dc00fdd6

View file

@ -1,19 +1,18 @@
# Template file for 'pinfo' # Template file for 'pinfo'
pkgname=pinfo pkgname=pinfo
version=0.6.13 version=0.6.13
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="CFLAGS=-Wno-error" configure_args="CFLAGS=-Wno-error"
hostmakedepends="autoconf automake" hostmakedepends="automake gettext-devel"
makedepends="ncurses-devel gettext-devel" makedepends="ncurses-devel"
short_desc="Lynx-style info and man reader" short_desc="Lynx-style info and man reader"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://github.com/baszoetekouw/pinfo" homepage="https://github.com/baszoetekouw/pinfo"
distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz" distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz"
checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217 checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217
nocross="https://travis-ci.org/void-linux/void-packages/jobs/458567778#L995"
pre_configure() { pre_configure() {
./autogen.sh autoreconf -fi
} }