mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pinfo: unmark nocross
This commit is contained in:
parent
7899761844
commit
30dc00fdd6
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue