05aa31869c
-Removed warnings and dead code. -Add support for searching hidden and ignored files.
24 lines
619 B
Makefile
24 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/02 17:19:02 pin Exp $
|
|
|
|
DISTNAME= molybdenum-0.1.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=gfannes/}
|
|
#GITHUB_TAG= refs/tags/release-v${PKGVERSION_NOREV}
|
|
GITHUB_TAG= release-v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pin@NetBSD.org
|
|
HOMEPAGE= https://github.com/gfannes/molybdenum/
|
|
COMMENT= Recursive search and replace CLI application
|
|
LICENSE= eupl-v1.1
|
|
|
|
.include "cargo-depends.mk"
|
|
|
|
USE_LANGUAGES= c
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/target/release/mo ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/rust/cargo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|