
Receipt for package "lesspipe"
# SliTaz package receipt. PACKAGE="lesspipe" VERSION="2.07" CATEGORY="utilities" TAGS="less" SHORT_DESC="Input filter for less to better display files." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL" WEB_SITE="https://github.com/wofr06/lesspipe" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/archive/refs/tags/v$VERSION.tar.gz" SUGGESTED="bash" DEPENDS="less" # busybox less ignores LESSOPEN variable HOST_ARCH="any" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { # busybox rpm has no option v patch --strip=0 --input=$stuff/patches/lesspipe.sh mkdir -p $install/usr/bin cp lesspipe.sh $install/usr/bin/lesspipe } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cook_copy_folders bin } # Post install/remove commands for Tazpkg. post_install() { echo " To activate lesspipe enter: export LESSOPEN='|lesspipe %s'" }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)