Files
ports/sysutils/pfetch-rs/Makefile
T
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00

22 lines
381 B
Makefile

PORTNAME= pfetch-rs
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.1
PORTREVISION= 10
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>