diff --git a/sysutils/Makefile b/sysutils/Makefile --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -138,6 +138,7 @@ SUBDIR += bsd-splash-changer SUBDIR += bsdconfig SUBDIR += bsdcrashtar + SUBDIR += bsdebfetch SUBDIR += bsdfan SUBDIR += bsdhwmon SUBDIR += bsdinfo diff --git a/sysutils/bsdebfetch/Makefile b/sysutils/bsdebfetch/Makefile new file mode 100644 --- /dev/null +++ b/sysutils/bsdebfetch/Makefile @@ -0,0 +1,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 diff --git a/sysutils/bsdebfetch/distinfo b/sysutils/bsdebfetch/distinfo new file mode 100644 --- /dev/null +++ b/sysutils/bsdebfetch/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1645509241 +SHA256 (bsdebfetch-1.1-bsd.tar.gz) = b3eba6f94e7a3f57769b3a90a10276a6ffefc9ad1f2802e75c9a3031ab21197f +SIZE (bsdebfetch-1.1-bsd.tar.gz) = 40372 diff --git a/sysutils/bsdebfetch/pkg-descr b/sysutils/bsdebfetch/pkg-descr new file mode 100644 --- /dev/null +++ b/sysutils/bsdebfetch/pkg-descr @@ -0,0 +1,2 @@ +BSDebfetch is a simple yet beautiful system information tool for FreeBSD +based on Debfetch, written in GNU Bash.