mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
lesspipe: update to 2.00.
This commit is contained in:
parent
df74e8122d
commit
dfa61647b3
1 changed files with 8 additions and 5 deletions
|
@ -1,21 +1,24 @@
|
||||||
# Template file for 'lesspipe'
|
# Template file for 'lesspipe'
|
||||||
pkgname=lesspipe
|
pkgname=lesspipe
|
||||||
version=1.84
|
version=2.00
|
||||||
revision=2
|
revision=1
|
||||||
depends="less"
|
depends="less"
|
||||||
short_desc="Input filter for the pager less"
|
short_desc="Input filter for the pager less"
|
||||||
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
|
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
|
homepage="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
|
||||||
distfiles="https://github.com/wofr06/lesspipe/archive/${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/wofr06/lesspipe/lesspipe/ChangeLog"
|
||||||
checksum=5eb4811cc8ded108e98448bd83057e730906f643ad689ccd695828f2a46c4410
|
distfiles="https://github.com/wofr06/lesspipe/archive/v${version}.tar.gz"
|
||||||
|
checksum=7b64ba4dfe80ef49bef30329ce1f98d70df79c5a62616e24a414f8f6a98dd9a4
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
vbin archive_color
|
||||||
vbin code2color
|
vbin code2color
|
||||||
vbin sxw2txt
|
vbin sxw2txt
|
||||||
vbin tarcolor
|
vbin vimcolor
|
||||||
vbin lesspipe.sh
|
vbin lesspipe.sh
|
||||||
vman lesspipe.1
|
vman lesspipe.1
|
||||||
|
vdoc README.md
|
||||||
|
|
||||||
vinstall ${FILESDIR}/lesspipe.sh 644 etc/profile.d
|
vinstall ${FILESDIR}/lesspipe.sh 644 etc/profile.d
|
||||||
vinstall ${FILESDIR}/lesspipe.csh 644 etc/profile.d
|
vinstall ${FILESDIR}/lesspipe.csh 644 etc/profile.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue