![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / textproc / jless / Makefile (download)
Revision 1.5, Mon Feb 21 09:43:40 2022 UTC (21 months, 2 weeks ago) by pin
textproc/jless: update to 0.7.2 New features / changes: -Space now toggles the collapsed state of the currently focused node, rather than moving down a line. (Functionality was previous available via i, but was undocumented; i has been unmapped.) Bug fixes: -Searching now works even when input is provided via STDIN. Internal: -Upgraded from structopt to clap v3 |
# $NetBSD: Makefile,v 1.5 2022/02/21 09:43:40 pin Exp $ DISTNAME= jless-0.7.2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=PaulJuliusMartinez/} GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/PaulJuliusMartinez/jless/ COMMENT= Command-line pager for JSON data LICENSE= mit .include "cargo-depends.mk" INSTALLATION_DIRS= bin # jless command conflicts with misc/ja-less # Rename it at install time do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/jless \ ${DESTDIR}${PREFIX}/bin/j_less .include "../../lang/rust/cargo.mk" .include "../../mk/bsd.pkg.mk"