Leonid Plyushch
5 years ago
1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||
TERMUX_PKG_HOMEPAGE=http://www-zeuthen.desy.de/~friebel/unix/lesspipe.html |
|||
TERMUX_PKG_DESCRIPTION="An input filter for the pager less" |
|||
TERMUX_PKG_LICENSE="GPL-2.0" |
|||
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>" |
|||
TERMUX_PKG_VERSION=1.83 |
|||
TERMUX_PKG_REVISION=6 |
|||
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/lesspipe/lesspipe/$TERMUX_PKG_VERSION/lesspipe-$TERMUX_PKG_VERSION.tar.gz |
|||
TERMUX_PKG_SHA256=d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e |
|||
TERMUX_PKG_DEPENDS="less" |
|||
TERMUX_PKG_SUGGESTS="imagemagick, p7zip, unrar, unzip" |
|||
TERMUX_PKG_BUILD_IN_SRC=true |
|||
|
|||
termux_step_configure() { |
|||
./configure \ |
|||
--prefix="$TERMUX_PREFIX" \ |
|||
--yes |
|||
} |
|||
|
|||
termux_step_post_make_install() { |
|||
mkdir -p "$TERMUX_PREFIX"/etc/profile.d |
|||
echo "export LESSOPEN='|$TERMUX_PREFIX/bin/lesspipe.sh %s'" \ |
|||
> "$TERMUX_PREFIX"/etc/profile.d/lesspipe.sh |
|||
} |
Loading…
Reference in new issue