pkgsrc/sysutils/hexyl/Makefile
pin 945806abc0 sysutils/hexyl: update to 0.10.0
Features
-Added new --plain, --no-characters, and --no-position flags
-Allow hex numbers and units for --block-size argument

Other
-Added a man page
 not installed on NetBSD for now,
 see https://github.com/sharkdp/hexyl/issues/159
-Mention ability to specify length in hex
 --length and --bytes are now marked as conflicting command-line options
2022-05-23 07:05:42 +00:00

22 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/05/23 07:05:42 pin Exp $
DISTNAME= hexyl-0.10.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=sharkdp/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sharkdp/hexyl/
COMMENT= Command-line hex viewer
LICENSE= apache-2.0
.include "cargo-depends.mk"
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/${PKGBASE} \
${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"