summaryrefslogtreecommitdiff
path: root/time/rusti-cal/Makefile
blob: 9c172cb5c4307b638362eb532f7d1170c80655b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.1 2022/09/10 16:16:27 pin Exp $

DISTNAME=	rusti-cal-0.4.5
CATEGORIES=	time
MASTER_SITES=	${MASTER_SITE_GITHUB:=arthurhenrique/}
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/arthurhenrique/rusti-cal/
COMMENT=	Minimal calendar command line
LICENSE=	mit

.include "cargo-depends.mk"

INSTALLATION_DIRS=	bin

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/target/release/rusti-cal \
		${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"