summaryrefslogtreecommitdiff
path: root/sysutils/pfetch-rs/Makefile
blob: 46565d6f6d68d5ffb7b29be10023a33dc738b77a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pfetch-rs
DISTVERSIONPREFIX=	v
DISTVERSION=	2.11.1
PORTREVISION=	2
CATEGORIES=	sysutils

MAINTAINER=	yonas.yanfa@gmail.com
COMMENT=	Rewrite of the pfetch system information tool in Rust
WWW=		https://github.com/Gobidev/pfetch-rs

LICENSE=	MIT

USES=		cargo

USE_GITHUB=	yes
GH_ACCOUNT=	Gobidev

PLIST_FILES=	bin/pfetch

.include "Makefile.crates"
.include <bsd.port.mk>