void-packages/srcpkgs/pinfo/template
Jürgen Buchmüller 32195b574a pinfo: needs -fcommon for gcc10
[ci skip]
2020-08-28 18:25:39 +02:00

19 lines
562 B
Bash

# Template file for 'pinfo'
pkgname=pinfo
version=0.6.13
revision=2
build_style=gnu-configure
hostmakedepends="automake gettext tar texinfo"
makedepends="gettext-devel ncurses-devel"
short_desc="Lynx-style info and man reader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/baszoetekouw/pinfo"
distfiles="https://github.com/baszoetekouw/pinfo/archive/v${version}.tar.gz"
checksum=9dc5e848a7a86cb665a885bc5f0fdf6d09ad60e814d75e78019ae3accb42c217
CFLAGS="-Wno-error -fcommon"
pre_configure() {
autoreconf -fi
}