pinfo: update to 0.6.13
This commit is contained in:
parent
e6edf8005c
commit
757b6824f1
1 changed files with 12 additions and 6 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue