mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
17 lines
657 B
Bash
17 lines
657 B
Bash
# Template file for 'less'
|
|
pkgname=less
|
|
version=633
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-regex=pcre2"
|
|
makedepends="ncurses-devel pcre2-devel"
|
|
short_desc="Pager program similar to more(1)"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.greenwoodsoftware.com/less"
|
|
changelog="https://raw.githubusercontent.com/gwsw/less/master/NEWS"
|
|
distfiles="https://www.greenwoodsoftware.com/less/less-${version}.tar.gz"
|
|
checksum=2f201d64b828b88af36dfe6cfdba3e0819ece2e446ebe6224813209aaefed04f
|
|
# Tests intentionally not included in tarball
|
|
# (https://github.com/gwsw/less/issues/344).
|
|
make_check=no
|