52d1e6f116
v0.7.1 use FeatureIterator to stream geojson for perf v0.7.0 Multiple dependency updates, including refactoring for clap
22 lines
534 B
Makefile
22 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/03/30 16:13:55 pin Exp $
|
|
|
|
DISTNAME= echomap-0.7.1
|
|
CATEGORIES= geography
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=pjsier/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/pjsier/echomap/
|
|
COMMENT= Preview map files in the terminal
|
|
LICENSE= mit
|
|
|
|
.include "cargo-depends.mk"
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/target/release/echomap \
|
|
${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../lang/rust/cargo.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|