Skip to content

Commit

Permalink
textproc/nanogrep: avoid conflict with editors/ng
Browse files Browse the repository at this point in the history
-Rename binary to avoid conflict with editors/ng
-Update comment as requested in,
#83
-While here drop maintainership
  • Loading branch information
0323pin committed Mar 30, 2021
1 parent 26218dc commit 3702bc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions textproc/nanogrep/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.4 2021/01/29 22:06:45 pin Exp $
# $NetBSD: Makefile,v 1.5 2021/03/30 20:29:04 pin Exp $

DISTNAME= nanogrep-2.2.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Uniminin/}

MAINTAINER= pin@NetBSD.org
HOMEPAGE= https://github.com/Uniminin/nanogrep/
COMMENT= Custom Implementation of minigrep with additional functionality
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://crates.io/crates/nanogrep/
COMMENT= Custom simplified implementation of minigrep with additional features
LICENSE= mit

.include "cargo-depends.mk"
Expand All @@ -16,7 +16,7 @@ USE_LANGUAGES+= c # rust, but needs a toolchain to link
INSTALLATION_DIRS= bin

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/ng ${DESTDIR}${PREFIX}/bin/nanogrep

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
4 changes: 2 additions & 2 deletions textproc/nanogrep/PLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2021/01/01 13:49:56 pin Exp $
bin/ng
@comment $NetBSD: PLIST,v 1.2 2021/03/30 20:29:04 pin Exp $
bin/nanogrep

0 comments on commit 3702bc4

Please sign in to comment.