File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $
1+ # $NetBSD: Makefile,v 1.5 2021/03/30 20:29:04 pin Exp $
22
33DISTNAME = nanogrep-2.2.1
44CATEGORIES = textproc
55MASTER_SITES = ${MASTER_SITE_GITHUB:=Uniminin/}
66
7- MAINTAINER = pin @NetBSD.org
8- HOMEPAGE = https://github.com/Uniminin /nanogrep/
9- COMMENT = Custom Implementation of minigrep with additional functionality
7+ MAINTAINER = pkgsrc-users @NetBSD.org
8+ HOMEPAGE = https://crates.io/crates /nanogrep/
9+ COMMENT = Custom simplified implementation of minigrep with additional features
1010LICENSE = mit
1111
1212.include "cargo-depends.mk"
@@ -16,7 +16,7 @@ USE_LANGUAGES+= c # rust, but needs a toolchain to link
1616INSTALLATION_DIRS = bin
1717
1818do-install :
19- ${INSTALL_PROGRAM} ${WRKSRC} /target/release/ng ${DESTDIR}${PREFIX} /bin
19+ ${INSTALL_PROGRAM} ${WRKSRC} /target/release/ng ${DESTDIR}${PREFIX} /bin/nanogrep
2020
2121.include "../../lang/rust/cargo.mk"
2222.include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1- @comment $NetBSD: PLIST,v 1.1 2021/01/01 13:49:56 pin Exp $
2- bin/ng
1+ @comment $NetBSD: PLIST,v 1.2 2021/03/30 20:29:04 pin Exp $
2+ bin/nanogrep
You can’t perform that action at this time.
0 commit comments