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'
|
||||
pkgname=lesspipe
|
||||
version=1.84
|
||||
revision=2
|
||||
version=2.00
|
||||
revision=1
|
||||
depends="less"
|
||||
short_desc="Input filter for the pager less"
|
||||
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html"
|
||||
distfiles="https://github.com/wofr06/lesspipe/archive/${version}.tar.gz"
|
||||
checksum=5eb4811cc8ded108e98448bd83057e730906f643ad689ccd695828f2a46c4410
|
||||
changelog="https://raw.githubusercontent.com/wofr06/lesspipe/lesspipe/ChangeLog"
|
||||
distfiles="https://github.com/wofr06/lesspipe/archive/v${version}.tar.gz"
|
||||
checksum=7b64ba4dfe80ef49bef30329ce1f98d70df79c5a62616e24a414f8f6a98dd9a4
|
||||
|
||||
do_install() {
|
||||
vbin archive_color
|
||||
vbin code2color
|
||||
vbin sxw2txt
|
||||
vbin tarcolor
|
||||
vbin vimcolor
|
||||
vbin lesspipe.sh
|
||||
vman lesspipe.1
|
||||
vdoc README.md
|
||||
|
||||
vinstall ${FILESDIR}/lesspipe.sh 644 etc/profile.d
|
||||
vinstall ${FILESDIR}/lesspipe.csh 644 etc/profile.d
|
||||
|
|
Loading…
Reference in a new issue