freebsd-ports/sysutils/bsdebfetch/Makefile
Filipe da Silva Santos 690a4c91c9 sysutils/bsdebfetch: + Simple system info tool in bash
Summary:
BSDebfetch is a simple yet beautiful system information tool for FreeBSD
based on Debfetch, written in GNU Bash.

WWW: https://git.sr.ht/~shiorid/bsdebfetch

Test Plan: Both ` poudriere testport` and `portlint -A` doesn't complain.

Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D34337
2022-09-29 15:17:37 +03:00

21 lines
487 B
Makefile

PORTNAME= bsdebfetch
DISTVERSION= 1.1-bsd
CATEGORIES= sysutils
MASTER_SITES= https://git.sr.ht/~shiorid/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= ports@shiori.com.br
COMMENT= Simple system info tool written in bash
WWW= https://git.sr.ht/~shiorid/bsdebfetch
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= bash:shells/bash
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/bsdebfetch \
share/man/man1/bsdebfetch.1.gz
.include <bsd.port.mk>