summaryrefslogtreecommitdiff
path: root/sysutils/bsdebfetch/Makefile
blob: 811d1c7c8c45aea4101f7c71f924c88acc19e427 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>