mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
less: update to 643.
This commit is contained in:
parent
b9dee8bab0
commit
d13ea0f7ae
1 changed files with 3 additions and 5 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'less'
|
# Template file for 'less'
|
||||||
pkgname=less
|
pkgname=less
|
||||||
version=633
|
version=643
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-regex=pcre2"
|
configure_args="--with-regex=pcre2"
|
||||||
makedepends="ncurses-devel pcre2-devel"
|
makedepends="ncurses-devel pcre2-devel"
|
||||||
|
checkdepends="perl"
|
||||||
short_desc="Pager program similar to more(1)"
|
short_desc="Pager program similar to more(1)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.greenwoodsoftware.com/less"
|
homepage="https://www.greenwoodsoftware.com/less"
|
||||||
changelog="https://raw.githubusercontent.com/gwsw/less/master/NEWS"
|
changelog="https://raw.githubusercontent.com/gwsw/less/master/NEWS"
|
||||||
distfiles="https://www.greenwoodsoftware.com/less/less-${version}.tar.gz"
|
distfiles="https://www.greenwoodsoftware.com/less/less-${version}.tar.gz"
|
||||||
checksum=2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f
|
checksum=2911b5432c836fa084c8a2e68f6cd6312372c026a58faaa98862731c8b6052e8
|
||||||
# Tests intentionally not included in tarball
|
|
||||||
# (https://github.com/gwsw/less/issues/344).
|
|
||||||
make_check=no
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue