File:  [cvs.NetBSD.org] / pkgsrc / sysutils / pfetch / Makefile
Revision 1.9: download - view: text, annotated - select for diffs
Sun Oct 6 11:24:36 2024 UTC (4 months ago) by fox
Branches: MAIN
CVS tags: HEAD
sysutils/pfetch: Update to 1.5.0

Changes since 1.4.0:

1.5.0

What's Changed

    Add fallback for when username cannot be determined.
    Fix uptime on some systems without uptime or date.
    Fix corrupt output for systems that don't support uptime.
    Support disk info on Haiku.
    More accurate disk info on IRIX and Digital UNIX.
    Add cpus info for displaying the number of cores.
    Support AIX.

Full Changelog: https://github.com/Un1q32/pfetch/compare/1.4.0...1.5.0

# $NetBSD: Makefile,v 1.9 2024/10/06 11:24:36 fox Exp $

DISTNAME=	pfetch-1.5.0
CATEGORIES=	sysutils
MASTER_SITES=	${MASTER_SITE_GITHUB:=Un1q32/}

MAINTAINER=	fox@NetBSD.org
HOMEPAGE=	https://github.com/Un1q32/pfetch
COMMENT=	Pretty system information tool written in POSIX sh
LICENSE=	mit

USE_LANGUAGES=	# none

NO_BUILD=	yes

INSTALLATION_DIRS+=	bin

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PKGBASE} \
		${DESTDIR}${PREFIX}/bin/${PKGBASE}

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>