26 lines
738 B
Bash
26 lines
738 B
Bash
# Template file for 'lesspipe'
|
|
pkgname=lesspipe
|
|
version=2.08
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/wofr06/lesspipe/lesspipe/ChangeLog"
|
|
distfiles="https://github.com/wofr06/lesspipe/archive/v${version}.tar.gz"
|
|
checksum=91b1363ba9b5594fa4285717592d712a6c724ae7ee35a9543127b3d64677c0d2
|
|
|
|
do_install() {
|
|
vbin archive_color
|
|
vbin code2color
|
|
vbin sxw2txt
|
|
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
|
|
}
|