pkgsrc/math/funst/Makefile

21 lines
507 B
Makefile
Raw Normal View History

2021-08-02 17:19:30 +02:00
# $NetBSD: Makefile,v 1.3 2021/08/02 15:19:30 pin Exp $
DISTNAME= funst-0.1.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=sile/}
2021-04-24 21:44:52 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/sile/funst/
COMMENT= Tiny command-line tool to calculate fundamental statistics
LICENSE= mit
.include "cargo-depends.mk"
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/funst ${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"